org.infoglue.cms.applications.managementtool.actions
Class ConfirmAction
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
|
+--org.infoglue.cms.applications.managementtool.actions.ConfirmAction
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
- public class ConfirmAction
- extends WebworkAbstractAction
- Author:
- mgu
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfirmAction
public ConfirmAction()
setYesDestination
public void setYesDestination(java.lang.String yesDestination)
setNoDestination
public void setNoDestination(java.lang.String noDestination)
getNoDestination
public java.lang.String getNoDestination()
getYesDestination
public java.lang.String getYesDestination()
setMessage
public void setMessage(java.lang.String message)
getMessage
public java.lang.String getMessage()
throws java.lang.Exception
java.lang.Exception
getExtraParameters
public java.lang.String getExtraParameters()
setExtraParameters
public void setExtraParameters(java.lang.String extraParameters)
setHeader
public void setHeader(java.lang.String header)
getHeader
public java.lang.String getHeader()
setChoice
public void setChoice(java.lang.String action)
getChoice
public java.lang.String getChoice()
getDest
public java.lang.String getDest()
setDest
public void setDest(java.lang.String dest)