public class UrlPreparer extends Object implements ViewPreparer
org.apache.tiles.preparer.factory.factory.ViewPreparer#execute(Request, AttributeContext)
is called, the URL is got, but its response is discarded.Constructor and Description |
---|
UrlPreparer(String url)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.tiles.request.Request tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile
is included.
|
public UrlPreparer(String url)
url
- The URL to be used as a preparer.public void execute(org.apache.tiles.request.Request tilesContext, AttributeContext attributeContext)
execute
in interface ViewPreparer
tilesContext
- Current tiles application context.attributeContext
- Current tile context.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.