| 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 RequestDelegate |
PortletRequest.requestDelegate
The delegate to get information about parameters.
|
| 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 |
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-2017 The Apache Software Foundation. All Rights Reserved.