org.apache.struts2.showcase.validation
Class NonFieldValidatorsExampleAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.apache.struts2.showcase.validation.AbstractValidationActionSupport
          extended by org.apache.struts2.showcase.validation.NonFieldValidatorsExampleAction
All Implemented Interfaces:
Action, LocaleProvider, TextProvider, Validateable, ValidationAware, java.io.Serializable

public class NonFieldValidatorsExampleAction
extends AbstractValidationActionSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
NonFieldValidatorsExampleAction()
           
 
Method Summary
 java.lang.String getSomeText()
           
 java.lang.String getSomeTextRetype()
           
 java.lang.String getSomeTextRetypeAgain()
           
 void setSomeText(java.lang.String someText)
           
 void setSomeTextRetype(java.lang.String someTextRetype)
           
 void setSomeTextRetypeAgain(java.lang.String someTextRetypeAgain)
           
 
Methods inherited from class org.apache.struts2.showcase.validation.AbstractValidationActionSupport
input, submit
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonFieldValidatorsExampleAction

public NonFieldValidatorsExampleAction()
Method Detail

getSomeText

public java.lang.String getSomeText()

setSomeText

public void setSomeText(java.lang.String someText)

getSomeTextRetype

public java.lang.String getSomeTextRetype()

setSomeTextRetype

public void setSomeTextRetype(java.lang.String someTextRetype)

getSomeTextRetypeAgain

public java.lang.String getSomeTextRetypeAgain()

setSomeTextRetypeAgain

public void setSomeTextRetypeAgain(java.lang.String someTextRetypeAgain)


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.