File
Doc
Category
Size
Date
Package
ActionChain1.java
API Doc
Apache Struts 2.0.9 Apps
1540
Mon Jul 23 13:43:26 BST 2007
org.apache.struts2.showcase.actionchaining
ActionChain1
java.lang.Object
com.opensymphony.xwork2.ActionSupport
public class ActionChain1 extends com.opensymphony.xwork2.ActionSupport
Fields Summary
private static final long
serialVersionUID
private String
actionChain1Property1
Constructors Summary
Methods Summary
public
java.lang.String
getActionChain1Property1
()
return actionChain1Property1;
public
java.lang.String
input
()
return SUCCESS;
public void
setActionChain1Property1
(
java.lang.String
actionChain1Property1)
this.actionChain1Property1 = actionChain1Property1;
Java Code Source