Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ResponseDelegate |
PortletRequest.responseDelegate
The delegate to get information from a response (output stream, writer, etc.).
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
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-2017 The Apache Software Foundation. All Rights Reserved.