Save This Page
Home » tiles-2.0.6-src » org.apache » tiles » context » [javadoc | source]
org.apache.tiles.context
public class: TilesRequestContextWrapper [javadoc | source]
java.lang.Object
   org.apache.tiles.context.TilesRequestContextWrapper

All Implemented Interfaces:
    TilesRequestContext

Delegate for ease of customization.
Constructor:
 public TilesRequestContextWrapper(TilesRequestContext context) 
    Constructor.
    Parameters:
    context - The request context to wrap.
Method from org.apache.tiles.context.TilesRequestContextWrapper Summary:
dispatch,   getHeader,   getHeaderValues,   getParam,   getParamValues,   getRequest,   getRequestLocale,   getRequestScope,   getResponse,   getSessionScope,   include,   isUserInRole
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.context.TilesRequestContextWrapper Detail:
 public  void dispatch(String path) throws IOException 
    {@inheritDoc}
 public Map getHeader() 
    {@inheritDoc}
 public Map getHeaderValues() 
    {@inheritDoc}
 public Map getParam() 
    {@inheritDoc}
 public Map getParamValues() 
    {@inheritDoc}
 public Object getRequest() 
    {@inheritDoc}
 public Locale getRequestLocale() 
    {@inheritDoc}
 public Map getRequestScope() 
    {@inheritDoc}
 public Object getResponse() 
    {@inheritDoc}
 public Map getSessionScope() 
    {@inheritDoc}
 public  void include(String path) throws IOException 
    {@inheritDoc}
 public boolean isUserInRole(String role) 
    {@inheritDoc}