Package | Description |
---|---|
org.apache.tiles.request |
This package defines the concept of "request" as the event causing a
document to be generated from a template.
|
org.apache.tiles.request.freemarker |
Support for Freemarker's Environment as a request.
|
org.apache.tiles.request.jsp |
Support of Tiles request in a JSP environment.
|
org.apache.tiles.request.portlet |
Support of Tiles requests to portlets.
|
org.apache.tiles.request.servlet |
Tiles request support for Servlet technology.
|
org.apache.tiles.request.velocity |
Tiles request support for Velocity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientRequest
Base class for "client" requests, i.e.
|
class |
AbstractViewRequest
Base class for "view" requests, i.e.
|
class |
DispatchRequestWrapper
Deprecated.
prefer RequestWrapper which is more general in purpose, unless you want to override dispatch() or include().
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerRequest
The FreeMarker-specific request context.
|
Modifier and Type | Class and Description |
---|---|
class |
JspRequest
Context implementation used for executing tiles within a
jsp tag library.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionPortletRequest
Portlet request for an
ActionRequest . |
class |
EventPortletRequest
Portlet request for an
EventRequest . |
class |
PortletRequest
Portlet-based TilesApplicationContext implementation.
|
class |
RenderPortletRequest
Portlet request for a
RenderRequest . |
class |
ResourcePortletRequest
Portlet request for a
ResourceRequest . |
Modifier and Type | Class and Description |
---|---|
class |
ServletRequest
Servlet-based implementation of the TilesApplicationContext interface.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityRequest
The implementation of the Tiles request context specific for Velocity.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.