Class UrlPreparer
java.lang.Object
org.apache.struts.tiles2.preparer.UrlPreparer
- All Implemented Interfaces:
org.apache.tiles.preparer.ViewPreparer
- Version:
- $Rev$ $Date$
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.apache.tiles.request.Request tilesContext, org.apache.tiles.AttributeContext attributeContext)
-
Constructor Details
-
UrlPreparer
Constructor.- Parameters:
url
- The URL to be used as a preparer.
-
-
Method Details
-
execute
public void execute(org.apache.tiles.request.Request tilesContext, org.apache.tiles.AttributeContext attributeContext) throws org.apache.tiles.preparer.PreparerException - Specified by:
execute
in interfaceorg.apache.tiles.preparer.ViewPreparer
- Throws:
org.apache.tiles.preparer.PreparerException
-