Uses of Interface
org.apache.tiles.request.portlet.delegate.RequestDelegate

Packages that use RequestDelegate
org.apache.tiles.request.portlet Support of Tiles requests to portlets. 
org.apache.tiles.request.portlet.delegate Delegations to map all the different types of request and responses. 
 

Uses of RequestDelegate in org.apache.tiles.request.portlet
 

Fields in org.apache.tiles.request.portlet declared as RequestDelegate
protected  RequestDelegate PortletRequest.requestDelegate
          The delegate to get information about parameters.
 

Constructors in org.apache.tiles.request.portlet with parameters of type RequestDelegate
PortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, RequestDelegate requestDelegate, ResponseDelegate responseDelegate)
          Creates a new instance of PortletTilesRequestContext.
 

Uses of RequestDelegate in org.apache.tiles.request.portlet.delegate
 

Classes in org.apache.tiles.request.portlet.delegate that implement RequestDelegate
 class PortletRequestDelegate
          Request delegate in case of simple Portlet request.
 class StateAwareRequestDelegate
          Exposes parameters getting them from a portlet reques and allowing to be put into a StateAwareResponse.
 



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.