|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.preparer.ViewPreparerSupport
org.apache.tiles.compat.preparer.UrlPreparer
public class UrlPreparer
Uses a URL that acts as a preparer. When
ViewPreparer.execute(TilesRequestContext, AttributeContext)
is called, the URL is got, but its response is discarded.
Constructor Summary | |
---|---|
UrlPreparer(java.lang.String url)
Constructor. |
Method Summary | |
---|---|
void |
execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlPreparer(java.lang.String url)
url
- The URL to be used as a preparer.Method Detail |
---|
public void execute(TilesRequestContext tilesContext, AttributeContext attributeContext)
execute
in interface ViewPreparer
execute
in class ViewPreparerSupport
tilesContext
- Current tiles application context.attributeContext
- Current tile context.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |