org.apache.tiles.compat.preparer
Class UrlPreparer
java.lang.Object
org.apache.tiles.compat.preparer.UrlPreparer
- All Implemented Interfaces:
- org.apache.tiles.preparer.ViewPreparer
public class UrlPreparer
- extends Object
- implements org.apache.tiles.preparer.ViewPreparer
Uses a URL that acts as a preparer. When
factory.ViewPreparer
is called, the URL is got, but its response is discarded.
- Since:
- 2.1.0
- Version:
- $Rev: 1310865 $ $Date: 2012-04-07 17:01:22 -0400 (Sat, 07 Apr 2012) $
|
Method Summary |
void |
execute(org.apache.tiles.request.Request tilesContext,
org.apache.tiles.AttributeContext attributeContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlPreparer
public UrlPreparer(String url)
- Constructor.
- Parameters:
url - The URL to be used as a preparer.
execute
public void execute(org.apache.tiles.request.Request tilesContext,
org.apache.tiles.AttributeContext attributeContext)
-
- Specified by:
execute in interface org.apache.tiles.preparer.ViewPreparer
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.