|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
If an action is called, all relevant informations (like the session, request, response object) are passed by a context object which implements this interface.
Method Summary | |
java.util.Locale |
getLocale()
Returns the current Locale for this Request |
RequestContext |
getNestedContext()
Gets the nested Action Context |
Principal |
getPrincipal()
Returns the Principal Object in the current User session |
Methods inherited from interface com.cc.framework.http.HttpContext |
getAttribute, getServletContext, request, response, session |
Method Detail |
public RequestContext getNestedContext()
public Principal getPrincipal()
public java.util.Locale getLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |