|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.context.TilesRequestContextWrapper
public class TilesRequestContextWrapper
Delegate for ease of customization.
Constructor Summary | |
---|---|
TilesRequestContextWrapper(TilesRequestContext context)
|
Method Summary | |
---|---|
void |
dispatch(java.lang.String path)
Dispatches the request to a specified path. |
java.util.Map |
getHeader()
Return an immutable Map that maps header names to the first (or only) header value (as a String). |
java.util.Map |
getHeaderValues()
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array). |
java.util.Map |
getParam()
Return an immutable Map that maps request parameter names to the first (or only) value (as a String). |
java.util.Map |
getParamValues()
Return an immutable Map that maps request parameter names to the set of all values (as a String array). |
java.lang.Object |
getRequest()
Get the underlying request. |
java.util.Locale |
getRequestLocale()
Return the preferred Locale in which the client will accept content. |
java.util.Map |
getRequestScope()
Return a mutable Map that maps request scope attribute names to their values. |
java.lang.Object |
getResponse()
Get the underlying response. |
java.util.Map |
getSessionScope()
Return a mutable Map that maps session scope attribute names to their values. |
void |
include(java.lang.String path)
Includes the response from the specified URL in the current response output. |
boolean |
isUserInRole(java.lang.String role)
Determine whether or not the specified user is in the given role |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TilesRequestContextWrapper(TilesRequestContext context)
Method Detail |
---|
public java.util.Map getHeader()
TilesRequestContext
getHeader
in interface TilesRequestContext
public java.util.Map getHeaderValues()
TilesRequestContext
getHeaderValues
in interface TilesRequestContext
public java.util.Map getRequestScope()
TilesRequestContext
getRequestScope
in interface TilesRequestContext
public java.util.Map getSessionScope()
TilesRequestContext
getSessionScope
in interface TilesRequestContext
public void dispatch(java.lang.String path) throws java.io.IOException
TilesRequestContext
dispatch
in interface TilesRequestContext
java.io.IOException
public void include(java.lang.String path) throws java.io.IOException
TilesRequestContext
include
in interface TilesRequestContext
java.io.IOException
public java.util.Map getParam()
TilesRequestContext
getParam
in interface TilesRequestContext
public java.util.Map getParamValues()
TilesRequestContext
getParamValues
in interface TilesRequestContext
public java.util.Locale getRequestLocale()
TilesRequestContext
getRequestLocale
in interface TilesRequestContext
public boolean isUserInRole(java.lang.String role)
TilesRequestContext
isUserInRole
in interface TilesRequestContext
public java.lang.Object getResponse()
TilesRequestContext
getResponse
in interface TilesRequestContext
public java.lang.Object getRequest()
TilesRequestContext
getRequest
in interface TilesRequestContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |