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 TypeClassDescriptionclassBase class for "view" requests, i.e. requests created into view technologies, such as JSP, Velocity and Freemarker.classDelegate for ease of customization. -
Uses of RequestWrapper in org.apache.tiles.request.freemarker
Classes in org.apache.tiles.request.freemarker that implement RequestWrapperModifier and TypeClassDescriptionclassThe FreeMarker-specific request context. -
Uses of RequestWrapper in org.apache.tiles.request.jsp
Classes in org.apache.tiles.request.jsp that implement RequestWrapperModifier and TypeClassDescriptionclassContext 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 TypeClassDescriptionclassThe implementation of the Tiles request context specific for Velocity.