public class UrlPreparer extends ViewPreparerSupport
ViewPreparer.execute(TilesRequestContext, AttributeContext)
is called, the URL is got, but its response is discarded.| Constructor and Description |
|---|
UrlPreparer(java.lang.String url)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TilesRequestContext 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(TilesRequestContext tilesContext, AttributeContext attributeContext)
execute in interface ViewPreparerexecute in class ViewPreparerSupporttilesContext - Current tiles application context.attributeContext - Current tile context.