ViewPreparer
public class UrlPreparer extends java.lang.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 | Description |
---|---|
UrlPreparer(java.lang.String url) |
Constructor.
|
Modifier and Type | Method | 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(java.lang.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 © 2018. All rights reserved.