http://git-wip-us.apache.org/repos/asf/struts-site/blob/a7b087fd/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/Action.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/Action.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/Action.html index 8f6c53c..8793183 100644 --- a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/Action.html +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/Action.html @@ -2,39 +2,26 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_102) on Fri Jul 28 10:21:13 CEST 2017 --> +<!-- Generated by javadoc (version 1.7.0_80) on Wed Sep 06 07:50:11 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Action (Struts 2 Core 2.5.12 API)</title> -<meta name="date" content="2017-07-28"> +<title>Action (Struts 2 Core 2.5.13 API)</title> +<meta name="date" content="2017-09-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Action (Struts 2 Core 2.5.12 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Action (Struts 2 Core 2.5.13 API)"; } //--> -var methods = {"i0":6}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; -var altColor = "altColor"; -var rowColor = "rowColor"; -var tableTab = "tableTab"; -var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -50,15 +37,15 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li>Prev Class</li> -<li><a href="../../../com/opensymphony/xwork2/ActionChainResult.html" title="class in com.opensymphony.xwork2"><span class="typeNameLink">Next Class</span></a></li> +<li>Prev Class</li> +<li><a href="../../../com/opensymphony/xwork2/ActionChainResult.html" title="class in com.opensymphony.xwork2"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/opensymphony/xwork2/Action.html" target="_top">Frames</a></li> -<li><a href="Action.html" target="_top">No Frames</a></li> +<li><a href="Action.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -76,18 +63,18 @@ var activeTableTab = "activeTableTab"; <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> +<li><a href="#field_summary">Field</a> | </li> <li>Constr | </li> -<li><a href="#method.summary">Method</a></li> +<li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> +<li><a href="#field_detail">Field</a> | </li> <li>Constr | </li> -<li><a href="#method.detail">Method</a></li> +<li><a href="#method_detail">Method</a></li> </ul> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -106,7 +93,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public interface <span class="typeNameLabel">Action</span></pre> +<pre>public interface <span class="strong">Action</span></pre> <div class="block">All actions <b>may</b> implement this interface, which exposes the <code>execute()</code> method. <p> However, as of XWork 1.1, this is <b>not</b> required and is only here to assist users. You are free to create POJOs @@ -120,11 +107,11 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="field.summary"> +<li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -132,13 +119,13 @@ var activeTableTab = "activeTableTab"; </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/Action.html#ERROR">ERROR</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/Action.html#ERROR">ERROR</a></strong></code> <div class="block">The action execution was a failure.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/Action.html#INPUT">INPUT</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/Action.html#INPUT">INPUT</a></strong></code> <div class="block"> The action execution require more input in order to succeed.</div> @@ -146,21 +133,21 @@ var activeTableTab = "activeTableTab"; </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/Action.html#LOGIN">LOGIN</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/Action.html#LOGIN">LOGIN</a></strong></code> <div class="block">The action could not execute, since the user most was not logged in.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/Action.html#NONE">NONE</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/Action.html#NONE">NONE</a></strong></code> <div class="block">The action execution was successful but do not show a view.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/Action.html#SUCCESS">SUCCESS</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/Action.html#SUCCESS">SUCCESS</a></strong></code> <div class="block">The action execution was successful.</div> </td> </tr> @@ -169,19 +156,19 @@ var activeTableTab = "activeTableTab"; </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="method.summary"> +<li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> -<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> -<tr id="i0" class="altColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/Action.html#execute--">execute</a></span>()</code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/Action.html#execute()">execute</a></strong>()</code> <div class="block">Where the logic of the action is executed.</div> </td> </tr> @@ -196,7 +183,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> -<li class="blockList"><a name="field.detail"> +<li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> @@ -209,10 +196,7 @@ var activeTableTab = "activeTableTab"; <pre>static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SUCCESS</pre> <div class="block">The action execution was successful. Show result view to the end user.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.SUCCESS">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.SUCCESS">Constant Field Values</a></dd></dl> </li> </ul> <a name="NONE"> @@ -225,10 +209,7 @@ var activeTableTab = "activeTableTab"; <div class="block">The action execution was successful but do not show a view. This is useful for actions that are handling the view in another fashion like redirect.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.NONE">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.NONE">Constant Field Values</a></dd></dl> </li> </ul> <a name="ERROR"> @@ -241,10 +222,7 @@ var activeTableTab = "activeTableTab"; <div class="block">The action execution was a failure. Show an error view, possibly asking the user to retry entering data.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.ERROR">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.ERROR">Constant Field Values</a></dd></dl> </li> </ul> <a name="INPUT"> @@ -269,10 +247,7 @@ var activeTableTab = "activeTableTab"; params are invalid, meaning the user should try providing input again. </p></div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.INPUT">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.INPUT">Constant Field Values</a></dd></dl> </li> </ul> <a name="LOGIN"> @@ -285,38 +260,32 @@ var activeTableTab = "activeTableTab"; <div class="block">The action could not execute, since the user most was not logged in. The login view should be shown.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.LOGIN">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.Action.LOGIN">Constant Field Values</a></dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"><a name="method.detail"> +<li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> -<a name="execute--"> +<a name="execute()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>execute</h4> <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> execute() - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Where the logic of the action is executed.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a string representing the logical result of the execution. +<dl><dt><span class="strong">Returns:</span></dt><dd>a string representing the logical result of the execution. See constants in this interface for a list of standard result values.</dd> -<dt><span class="throwsLabel">Throws:</span></dt> +<dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - thrown if a system level exception occurs. <b>Note:</b> Application level exceptions should be handled by returning - an error value, such as <code>Action.ERROR</code>.</dd> -</dl> + an error value, such as <code>Action.ERROR</code>.</dd></dl> </li> </ul> </li> @@ -327,11 +296,9 @@ var activeTableTab = "activeTableTab"; </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -347,15 +314,15 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li>Prev Class</li> -<li><a href="../../../com/opensymphony/xwork2/ActionChainResult.html" title="class in com.opensymphony.xwork2"><span class="typeNameLink">Next Class</span></a></li> +<li>Prev Class</li> +<li><a href="../../../com/opensymphony/xwork2/ActionChainResult.html" title="class in com.opensymphony.xwork2"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/opensymphony/xwork2/Action.html" target="_top">Frames</a></li> -<li><a href="Action.html" target="_top">No Frames</a></li> +<li><a href="Action.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -373,18 +340,18 @@ var activeTableTab = "activeTableTab"; <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> +<li><a href="#field_summary">Field</a> | </li> <li>Constr | </li> -<li><a href="#method.summary">Method</a></li> +<li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> +<li><a href="#field_detail">Field</a> | </li> <li>Constr | </li> -<li><a href="#method.detail">Method</a></li> +<li><a href="#method_detail">Method</a></li> </ul> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= -->
http://git-wip-us.apache.org/repos/asf/struts-site/blob/a7b087fd/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ActionChainResult.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ActionChainResult.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ActionChainResult.html index 252c4e5..d9705b4 100644 --- a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ActionChainResult.html +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ActionChainResult.html @@ -2,39 +2,26 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_102) on Fri Jul 28 10:21:13 CEST 2017 --> +<!-- Generated by javadoc (version 1.7.0_80) on Wed Sep 06 07:50:11 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ActionChainResult (Struts 2 Core 2.5.12 API)</title> -<meta name="date" content="2017-07-28"> +<title>ActionChainResult (Struts 2 Core 2.5.13 API)</title> +<meta name="date" content="2017-09-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ActionChainResult (Struts 2 Core 2.5.12 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ActionChainResult (Struts 2 Core 2.5.13 API)"; } //--> -var methods = {"i0":10,"i1":10,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10}; -var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; -var altColor = "altColor"; -var rowColor = "rowColor"; -var tableTab = "tableTab"; -var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -50,15 +37,15 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../com/opensymphony/xwork2/Action.html" title="interface in com.opensymphony.xwork2"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../com/opensymphony/xwork2/ActionContext.html" title="class in com.opensymphony.xwork2"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../com/opensymphony/xwork2/Action.html" title="interface in com.opensymphony.xwork2"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../com/opensymphony/xwork2/ActionContext.html" title="class in com.opensymphony.xwork2"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/opensymphony/xwork2/ActionChainResult.html" target="_top">Frames</a></li> -<li><a href="ActionChainResult.html" target="_top">No Frames</a></li> +<li><a href="ActionChainResult.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -76,18 +63,18 @@ var activeTableTab = "activeTableTab"; <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li><a href="#method.detail">Method</a></li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> </ul> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -114,7 +101,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <span class="typeNameLabel">ActionChainResult</span> +<pre>public class <span class="strong">ActionChainResult</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interface in com.opensymphony.xwork2">Result</a></pre> <div class="block"><!-- START SNIPPET: description --> @@ -168,12 +155,9 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa </action> </package> <!-- END SNIPPET: example --></pre></div> -<dl> -<dt><span class="simpleTagLabel">Author:</span></dt> -<dd><a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a></dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../serialized-form.html#com.opensymphony.xwork2.ActionChainResult">Serialized Form</a></dd> -</dl> +<dl><dt><span class="strong">Author:</span></dt> + <dd><a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a></dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#com.opensymphony.xwork2.ActionChainResult">Serialized Form</a></dd></dl> </li> </ul> </div> @@ -182,11 +166,11 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="field.summary"> +<li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -194,13 +178,13 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#DEFAULT_PARAM">DEFAULT_PARAM</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#DEFAULT_PARAM">DEFAULT_PARAM</a></strong></code> <div class="block">The result parameter name to set the name of the action to chain to.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#SKIP_ACTIONS_PARAM">SKIP_ACTIONS_PARAM</a></span></code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#SKIP_ACTIONS_PARAM">SKIP_ACTIONS_PARAM</a></strong></code> <div class="block">The result parameter name to set the name of the action to chain to.</div> </td> </tr> @@ -209,25 +193,25 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> -<li class="blockList"><a name="constructor.summary"> +<li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#ActionChainResult--">ActionChainResult</a></span>()</code> </td> +<td class="colOne"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#ActionChainResult()">ActionChainResult</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#ActionChainResult-java.lang.String-java.lang.String-java.lang.String-">ActionChainResult</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace, +<td class="colOne"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#ActionChainResult(java.lang.String,%20java.lang.String,%20java.lang.String)">ActionChainResult</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> methodName)</code> </td> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#ActionChainResult-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">ActionChainResult</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace, +<td class="colOne"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#ActionChainResult(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String)">ActionChainResult</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> methodName, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> skipActions)</code> </td> @@ -237,73 +221,73 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="method.summary"> +<li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> -<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> -<tr id="i0" class="altColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#equals-java.lang.Object-">equals</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td> </tr> -<tr id="i1" class="rowColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#execute-com.opensymphony.xwork2.ActionInvocation-">execute</a></span>(<a href="../../../com/opensymphony/xwork2/ActionInvocation.html" title="interface in com.opensymphony.xwork2">ActionInvocation</a> invocation)</code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#execute(com.opensymphony.xwork2.ActionInvocation)">execute</a></strong>(<a href="../../../com/opensymphony/xwork2/ActionInvocation.html" title="interface in com.opensymphony.xwork2">ActionInvocation</a> invocation)</code> <div class="block">Represents a generic interface for all action execution results.</div> </td> </tr> -<tr id="i2" class="altColor"> +<tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#getChainHistory--">getChainHistory</a></span>()</code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#getChainHistory()">getChainHistory</a></strong>()</code> <div class="block">Get the XWork chain history.</div> </td> </tr> -<tr id="i3" class="rowColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../com/opensymphony/xwork2/ActionProxy.html" title="interface in com.opensymphony.xwork2">ActionProxy</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#getProxy--">getProxy</a></span>()</code> </td> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#getProxy()">getProxy</a></strong>()</code> </td> </tr> -<tr id="i4" class="altColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#hashCode--">hashCode</a></span>()</code> </td> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#hashCode()">hashCode</a></strong>()</code> </td> </tr> -<tr id="i5" class="rowColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setActionName-java.lang.String-">setActionName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName)</code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setActionName(java.lang.String)">setActionName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName)</code> <div class="block">Set the action name.</div> </td> </tr> -<tr id="i6" class="altColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setActionProxyFactory-com.opensymphony.xwork2.ActionProxyFactory-">setActionProxyFactory</a></span>(<a href="../../../com/opensymphony/xwork2/ActionProxyFactory.html" title="interface in com.opensymphony.xwork2">ActionProxyFactory</a> actionProxyFactory)</code> </td> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setActionProxyFactory(com.opensymphony.xwork2.ActionProxyFactory)">setActionProxyFactory</a></strong>(<a href="../../../com/opensymphony/xwork2/ActionProxyFactory.html" title="interface in com.opensymphony.xwork2">ActionProxyFactory</a> actionProxyFactory)</code> </td> </tr> -<tr id="i7" class="rowColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setMethod-java.lang.String-">setMethod</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> method)</code> </td> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setMethod(java.lang.String)">setMethod</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> method)</code> </td> </tr> -<tr id="i8" class="altColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setNamespace-java.lang.String-">setNamespace</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace)</code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setNamespace(java.lang.String)">setNamespace</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace)</code> <div class="block">sets the namespace of the Action that we're chaining to.</div> </td> </tr> -<tr id="i9" class="rowColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setSkipActions-java.lang.String-">setSkipActions</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actions)</code> +<td class="colLast"><code><strong><a href="../../../com/opensymphony/xwork2/ActionChainResult.html#setSkipActions(java.lang.String)">setSkipActions</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actions)</code> <div class="block">Set the list of actions to skip.</div> </td> </tr> </table> <ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.ht ml?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.ht ml?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -315,7 +299,7 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> -<li class="blockList"><a name="field.detail"> +<li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> @@ -327,10 +311,7 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <h4>DEFAULT_PARAM</h4> <pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_PARAM</pre> <div class="block">The result parameter name to set the name of the action to chain to.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.ActionChainResult.DEFAULT_PARAM">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.ActionChainResult.DEFAULT_PARAM">Constant Field Values</a></dd></dl> </li> </ul> <a name="SKIP_ACTIONS_PARAM"> @@ -341,21 +322,18 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <h4>SKIP_ACTIONS_PARAM</h4> <pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SKIP_ACTIONS_PARAM</pre> <div class="block">The result parameter name to set the name of the action to chain to.</div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../constant-values.html#com.opensymphony.xwork2.ActionChainResult.SKIP_ACTIONS_PARAM">Constant Field Values</a></dd> -</dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.opensymphony.xwork2.ActionChainResult.SKIP_ACTIONS_PARAM">Constant Field Values</a></dd></dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> -<li class="blockList"><a name="constructor.detail"> +<li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="ActionChainResult--"> +<a name="ActionChainResult()"> <!-- --> </a> <ul class="blockList"> @@ -364,51 +342,48 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <pre>public ActionChainResult()</pre> </li> </ul> -<a name="ActionChainResult-java.lang.String-java.lang.String-java.lang.String-"> +<a name="ActionChainResult(java.lang.String, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ActionChainResult</h4> <pre>public ActionChainResult(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> methodName)</pre> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> methodName)</pre> </li> </ul> -<a name="ActionChainResult-java.lang.String-java.lang.String-java.lang.String-java.lang.String-"> +<a name="ActionChainResult(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ActionChainResult</h4> <pre>public ActionChainResult(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> methodName, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> skipActions)</pre> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> methodName, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> skipActions)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"><a name="method.detail"> +<li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> -<a name="setActionProxyFactory-com.opensymphony.xwork2.ActionProxyFactory-"> +<a name="setActionProxyFactory(com.opensymphony.xwork2.ActionProxyFactory)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setActionProxyFactory</h4> <pre>public void setActionProxyFactory(<a href="../../../com/opensymphony/xwork2/ActionProxyFactory.html" title="interface in com.opensymphony.xwork2">ActionProxyFactory</a> actionProxyFactory)</pre> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>actionProxyFactory</code> - the actionProxyFactory to set</dd> -</dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>actionProxyFactory</code> - the actionProxyFactory to set</dd></dl> </li> </ul> -<a name="setActionName-java.lang.String-"> +<a name="setActionName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> @@ -416,13 +391,10 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <h4>setActionName</h4> <pre>public void setActionName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actionName)</pre> <div class="block">Set the action name.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>actionName</code> - The action name.</dd> -</dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>actionName</code> - The action name.</dd></dl> </li> </ul> -<a name="setNamespace-java.lang.String-"> +<a name="setNamespace(java.lang.String)"> <!-- --> </a> <ul class="blockList"> @@ -431,13 +403,10 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <pre>public void setNamespace(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace)</pre> <div class="block">sets the namespace of the Action that we're chaining to. if namespace is null, this defaults to the current namespace.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>namespace</code> - the name of the namespace we're chaining to</dd> -</dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> - the name of the namespace we're chaining to</dd></dl> </li> </ul> -<a name="setSkipActions-java.lang.String-"> +<a name="setSkipActions(java.lang.String)"> <!-- --> </a> <ul class="blockList"> @@ -447,13 +416,10 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <div class="block">Set the list of actions to skip. To test if an action should not throe an infinite recursion, only the action name is used, not the namespace.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>actions</code> - The list of action name separated by a white space.</dd> -</dl> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>actions</code> - The list of action name separated by a white space.</dd></dl> </li> </ul> -<a name="setMethod-java.lang.String-"> +<a name="setMethod(java.lang.String)"> <!-- --> </a> <ul class="blockList"> @@ -462,7 +428,7 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <pre>public void setMethod(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> method)</pre> </li> </ul> -<a name="getProxy--"> +<a name="getProxy()"> <!-- --> </a> <ul class="blockList"> @@ -471,7 +437,7 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <pre>public <a href="../../../com/opensymphony/xwork2/ActionProxy.html" title="interface in com.opensymphony.xwork2">ActionProxy</a> getProxy()</pre> </li> </ul> -<a name="getChainHistory--"> +<a name="getChainHistory()"> <!-- --> </a> <ul class="blockList"> @@ -480,13 +446,10 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <pre>public static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getChainHistory()</pre> <div class="block">Get the XWork chain history. The stack is a list of <code>namespace/action!method</code> keys.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the chain history as string list</dd> -</dl> +<dl><dt><span class="strong">Returns:</span></dt><dd>the chain history as string list</dd></dl> </li> </ul> -<a name="execute-com.opensymphony.xwork2.ActionInvocation-"> +<a name="execute(com.opensymphony.xwork2.ActionInvocation)"> <!-- --> </a> <ul class="blockList"> @@ -494,20 +457,18 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <h4>execute</h4> <pre>public void execute(<a href="../../../com/opensymphony/xwork2/ActionInvocation.html" title="interface in com.opensymphony.xwork2">ActionInvocation</a> invocation) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/opensymphony/xwork2/Result.html#execute-com.opensymphony.xwork2.ActionInvocation-">Result</a></code></span></div> +<div class="block"><strong>Description copied from interface: <code><a href="../../../com/opensymphony/xwork2/Result.html#execute(com.opensymphony.xwork2.ActionInvocation)">Result</a></code></strong></div> <div class="block">Represents a generic interface for all action execution results. Whether that be displaying a webpage, generating an email, sending a JMS message, etc.</div> <dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../com/opensymphony/xwork2/Result.html#execute-com.opensymphony.xwork2.ActionInvocation-">execute</a></code> in interface <code><a href="../../../com/opensymphony/xwork2/Result.html" title="interface in com.opensymphony.xwork2">Result</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>invocation</code> - the DefaultActionInvocation calling the action call stack</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - can be thrown.</dd> -</dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../com/opensymphony/xwork2/Result.html#execute(com.opensymphony.xwork2.ActionInvocation)">execute</a></code> in interface <code><a href="../../../com/opensymphony/xwork2/Result.html" title="interface in com.opensymphony.xwork2">Result</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>invocation</code> - the DefaultActionInvocation calling the action call stack</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - can be thrown.</dd></dl> </li> </ul> -<a name="equals-java.lang.Object-"> +<a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> @@ -515,12 +476,12 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <h4>equals</h4> <pre>public boolean equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> <dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> -<a name="hashCode--"> +<a name="hashCode()"> <!-- --> </a> <ul class="blockListLast"> @@ -528,8 +489,8 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <h4>hashCode</h4> <pre>public int hashCode()</pre> <dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> @@ -541,11 +502,9 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -561,15 +520,15 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../com/opensymphony/xwork2/Action.html" title="interface in com.opensymphony.xwork2"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../com/opensymphony/xwork2/ActionContext.html" title="class in com.opensymphony.xwork2"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../com/opensymphony/xwork2/Action.html" title="interface in com.opensymphony.xwork2"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../com/opensymphony/xwork2/ActionContext.html" title="class in com.opensymphony.xwork2"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/opensymphony/xwork2/ActionChainResult.html" target="_top">Frames</a></li> -<li><a href="ActionChainResult.html" target="_top">No Frames</a></li> +<li><a href="ActionChainResult.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -587,18 +546,18 @@ implements <a href="../../../com/opensymphony/xwork2/Result.html" title="interfa <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li><a href="#method.detail">Method</a></li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> </ul> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= -->