org.apache.struts2.views.tiles
Class TilesResult
java.lang.Object
org.apache.struts2.dispatcher.StrutsResultSupport
org.apache.struts2.dispatcher.ServletDispatcherResult
org.apache.struts2.views.tiles.TilesResult
- All Implemented Interfaces:
- com.opensymphony.xwork2.Result, Serializable, StrutsStatics
public class TilesResult
- extends ServletDispatcherResult
First implementation of Tiles 3 support
Please follow the link to read more how to configure the result
http://stackoverflow.com/questions/13337938/how-to-integrate-struts-2-with-tiles-3
or check the docs
https://cwiki.apache.org/confluence/display/WW/Tiles+3+Plugin
- Author:
- Ken McWilliams
- See Also:
- Serialized Form
Method Summary |
void |
doExecute(String location,
com.opensymphony.xwork2.ActionInvocation invocation)
|
protected org.apache.tiles.TilesContainer |
initTilesContainer(org.apache.tiles.request.ApplicationContext applicationContext,
org.apache.tiles.request.servlet.ServletRequest servletRequest)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TilesResult
public TilesResult()
TilesResult
public TilesResult(String location)
doExecute
public void doExecute(String location,
com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Overrides:
doExecute
in class ServletDispatcherResult
- Throws:
Exception
initTilesContainer
protected org.apache.tiles.TilesContainer initTilesContainer(org.apache.tiles.request.ApplicationContext applicationContext,
org.apache.tiles.request.servlet.ServletRequest servletRequest)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.