org.apache.cocoon.forms
Class FormContext

java.lang.Object
  extended byorg.apache.cocoon.forms.FormContext

public class FormContext
extends Object

Version:
$Id: FormContext.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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

Field Detail

request

protected org.apache.cocoon.environment.Request request

locale

protected Locale locale
Constructor Detail

FormContext

public FormContext(org.apache.cocoon.environment.Request request,
                   Locale locale)

FormContext

public FormContext(org.apache.cocoon.environment.Request request)
Method Detail

getRequest

public org.apache.cocoon.environment.Request getRequest()

getLocale

public Locale getLocale()


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