Uses of Class
org.apache.tiles.request.DispatchRequestWrapper
Packages that use DispatchRequestWrapper
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 DispatchRequestWrapper in org.apache.tiles.request
Subclasses of DispatchRequestWrapper in org.apache.tiles.request -
Uses of DispatchRequestWrapper in org.apache.tiles.request.freemarker
Subclasses of DispatchRequestWrapper in org.apache.tiles.request.freemarkerModifier and TypeClassDescriptionclass
The FreeMarker-specific request context. -
Uses of DispatchRequestWrapper in org.apache.tiles.request.jsp
Subclasses of DispatchRequestWrapper in org.apache.tiles.request.jspModifier and TypeClassDescriptionclass
Context implementation used for executing tiles within a jsp tag library. -
Uses of DispatchRequestWrapper in org.apache.tiles.request.velocity
Subclasses of DispatchRequestWrapper in org.apache.tiles.request.velocityModifier and TypeClassDescriptionclass
The implementation of the Tiles request context specific for Velocity.