Uses of Interface
org.apache.tiles.request.RequestWrapper
Packages that use RequestWrapper
Package
Description
Support for Freemarker's Environment as a request.
Support of Tiles request in a JSP environment.
Tiles request support for Velocity.
-
Uses of RequestWrapper in org.apache.tiles.request
Classes in org.apache.tiles.request that implement RequestWrapperModifier and TypeClassDescriptionclass
Base class for "view" requests, i.e.class
Delegate for ease of customization. -
Uses of RequestWrapper in org.apache.tiles.request.freemarker
Classes in org.apache.tiles.request.freemarker that implement RequestWrapperModifier and TypeClassDescriptionclass
The FreeMarker-specific request context. -
Uses of RequestWrapper in org.apache.tiles.request.jsp
Classes in org.apache.tiles.request.jsp that implement RequestWrapperModifier and TypeClassDescriptionclass
Context implementation used for executing tiles within a jsp tag library. -
Uses of RequestWrapper in org.apache.tiles.request.velocity
Classes in org.apache.tiles.request.velocity that implement RequestWrapperModifier and TypeClassDescriptionclass
The implementation of the Tiles request context specific for Velocity.