public class StrutsTilesRequestContext
extends org.apache.tiles.context.TilesRequestContextWrapper
FreemarkerResult.| Constructor and Description |
|---|
StrutsTilesRequestContext(org.apache.tiles.context.TilesRequestContext context)
Default constructor.
|
StrutsTilesRequestContext(org.apache.tiles.context.TilesRequestContext context,
String mask)
Optional constructor used to specify a specific mask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(String include) |
void |
include(String include)
Enhancement of the default include which allows for freemarker
templates to be intercepted so that the FreemarkerResult can
be used in order to setup the appropriate model.
|
public StrutsTilesRequestContext(org.apache.tiles.context.TilesRequestContext context)
context - public StrutsTilesRequestContext(org.apache.tiles.context.TilesRequestContext context,
String mask)
mask - context - public void dispatch(String include) throws IOException
dispatch in interface org.apache.tiles.context.TilesRequestContextdispatch in class org.apache.tiles.context.TilesRequestContextWrapperIOExceptionpublic void include(String include) throws IOException
include in interface org.apache.tiles.context.TilesRequestContextinclude in class org.apache.tiles.context.TilesRequestContextWrapperIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.