FileDocCategorySizeDatePackage
ActionChain1.javaAPI DocApache Struts 2.0.9 Apps1540Mon Jul 23 13:43:26 BST 2007org.apache.struts2.showcase.actionchaining

ActionChain1

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.StringgetActionChain1Property1()


       
        return actionChain1Property1;
    
public java.lang.Stringinput()

        return SUCCESS;
    
public voidsetActionChain1Property1(java.lang.String actionChain1Property1)

        this.actionChain1Property1 = actionChain1Property1;