org.apache.struts2.showcase
Class LotsOfRichtexteditorAction

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

public class LotsOfRichtexteditorAction
extends com.opensymphony.xwork2.ActionSupport

See Also:
Serialized Form

Field Summary
 String description1
           
 String description2
           
 String description3
           
 String description4
           
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
LotsOfRichtexteditorAction()
           
 
Method Summary
 String getDescription1()
           
 String getDescription2()
           
 String getDescription3()
           
 String getDescription4()
           
 String input()
           
 void setDescription1(String description1)
           
 void setDescription2(String description2)
           
 void setDescription3(String description3)
           
 void setDescription4(String description4)
           
 String 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
 

Field Detail

description1

public String description1

description2

public String description2

description3

public String description3

description4

public String description4
Constructor Detail

LotsOfRichtexteditorAction

public LotsOfRichtexteditorAction()
Method Detail

getDescription1

public String getDescription1()

setDescription1

public void setDescription1(String description1)

getDescription2

public String getDescription2()

setDescription2

public void setDescription2(String description2)

getDescription3

public String getDescription3()

setDescription3

public void setDescription3(String description3)

getDescription4

public String getDescription4()

setDescription4

public void setDescription4(String description4)

input

public String input()
             throws Exception
Overrides:
input in class com.opensymphony.xwork2.ActionSupport
Throws:
Exception

submit

public String submit()
              throws Exception
Throws:
Exception


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