FileDocCategorySizeDatePackage
NonFieldValidatorsExampleAction.javaAPI DocApache Struts 2.0.9 Apps1927Mon Jul 23 13:43:26 BST 2007org.apache.struts2.showcase.validation

NonFieldValidatorsExampleAction

public class NonFieldValidatorsExampleAction extends AbstractValidationActionSupport

Fields Summary
private static final long
serialVersionUID
private String
someText
private String
someTextRetype
private String
someTextRetypeAgain
Constructors Summary
Methods Summary
public java.lang.StringgetSomeText()


       
        return someText;
    
public java.lang.StringgetSomeTextRetype()

        return someTextRetype;
    
public java.lang.StringgetSomeTextRetypeAgain()

        return someTextRetypeAgain;
    
public voidsetSomeText(java.lang.String someText)

        this.someText = someText;
    
public voidsetSomeTextRetype(java.lang.String someTextRetype)

        this.someTextRetype = someTextRetype;
    
public voidsetSomeTextRetypeAgain(java.lang.String someTextRetypeAgain)

        this.someTextRetypeAgain = someTextRetypeAgain;