Package org.apache.tiles.request.portlet.delegate

Package class diagram package org.apache.tiles.request.portlet.delegate
Delegations to map all the different types of request and responses.

See:
          Description

Interface Summary
RequestDelegate Exposes the parameters of a portlet request, if available.
ResponseDelegate Exposes features of a response, if they are available.
 

Class Summary
MimeResponseDelegate Response delegate in case of MimeResponse.
PortletRequestDelegate Request delegate in case of simple Portlet request.
StateAwareParameterMap Parameter map to be used when the response is a javax.portlet.StateAwareResponse.
StateAwareRequestDelegate Exposes parameters getting them from a portlet reques and allowing to be put into a StateAwareResponse.
StateAwareResponseDelegate A state aware response does not allow to access to the output stream and similar, so it is, essentially, a feature blocker.
 

Package org.apache.tiles.request.portlet.delegate Description

Delegations to map all the different types of request and responses.



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