mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-4606 fixed javadoc
This commit is contained in:
@@ -40,6 +40,7 @@ import com.opensymphony.xwork2.ActionInvocation;
|
||||
import com.opensymphony.xwork2.util.logging.Logger;
|
||||
import com.opensymphony.xwork2.util.logging.LoggerFactory;
|
||||
|
||||
|
||||
/**
|
||||
* <!-- START SNIPPET: description -->
|
||||
* Renders a view using struts-tiles.
|
||||
@@ -50,7 +51,8 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory;
|
||||
*
|
||||
* <listener>
|
||||
* <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
|
||||
* </listener> * <!-- END SNIPPET: webxml -->
|
||||
* </listener>
|
||||
* <!-- END SNIPPET: webxml -->
|
||||
*
|
||||
* <!-- START SNIPPET: strutsxml -->
|
||||
* In struts.xml, use type="tiles" on your <result>.
|
||||
@@ -72,13 +74,13 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory;
|
||||
* </result-types>
|
||||
* <!-- END SNIPPET: packageconfig -->
|
||||
*
|
||||
*
|
||||
* <!-- START SNIPPET: tilesconfig -->
|
||||
* You have to configure tiles itself. Therefore you can add <code>tiles.xml</code> either
|
||||
* to resources or WEB-INF. You may also use annotations like {@link TilesDefinition}.
|
||||
*
|
||||
* <!-- END SNIPPET: tilesconfig -->
|
||||
*
|
||||
*
|
||||
*/
|
||||
public class TilesResult extends ServletDispatcherResult {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user