org.apache.cocoon.woody
Class FormContext

java.lang.Object
  extended by org.apache.cocoon.woody.FormContext

public class FormContext
extends Object

Version:
$Id: FormContext.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
protected  Locale locale
           
protected  Request request
           
 
Constructor Summary
FormContext(Request request)
           
FormContext(Request request, Locale locale)
           
 
Method Summary
 Locale getLocale()
           
 Request getRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected Request request

locale

protected Locale locale
Constructor Detail

FormContext

public FormContext(Request request,
                   Locale locale)

FormContext

public FormContext(Request request)
Method Detail

getRequest

public Request getRequest()

getLocale

public Locale getLocale()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.