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

Packages that use ResponseDelegate
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 ResponseDelegate in org.apache.tiles.request.portlet
 

Fields in org.apache.tiles.request.portlet declared as ResponseDelegate
protected  ResponseDelegate PortletRequest.responseDelegate
          The delegate to get information from a response (output stream, writer, etc.).
 

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

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

Classes in org.apache.tiles.request.portlet.delegate that implement ResponseDelegate
 class MimeResponseDelegate
          Response delegate in case of MimeResponse.
 class StateAwareResponseDelegate
          A state aware response does not allow to access to the output stream and similar, so it is, essentially, a feature blocker.
 



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