public class UrlPreparer extends ViewPreparerSupport
ViewPreparer.execute(TilesRequestContext, 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(TilesRequestContext 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(TilesRequestContext tilesContext, AttributeContext attributeContext)
execute
in interface ViewPreparer
execute
in class ViewPreparerSupport
tilesContext
- Current tiles application context.attributeContext
- Current tile context.Copyright © 2016. All rights reserved.