org.infoglue.deliver.applications.actions
Class UpdateCacheAction
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
|
+--org.infoglue.deliver.applications.actions.UpdateCacheAction
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
- public class UpdateCacheAction
- extends WebworkAbstractAction
This is the action that takes care of all incoming update-calls. This action is
called by either the system or by replication-program and the class the distibutes the
update-call to all the listeners which have registered earlier.
- Author:
- Mattias Bogeblad
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
|
Constructor Summary |
UpdateCacheAction()
The constructor for this action - contains nothing right now. |
|
Method Summary |
java.lang.String |
doExecute()
This method is the application entry-point. |
void |
setClassName(java.lang.String className)
Setters and getters for all things sent to the page in the request |
void |
setObjectId(java.lang.String objectId)
|
void |
setObjectName(java.lang.String objectName)
|
void |
setTypeId(java.lang.String typeId)
|
| 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 |
UpdateCacheAction
public UpdateCacheAction()
- The constructor for this action - contains nothing right now.
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- This method is the application entry-point. The parameters has been set through the setters
and now we just have to render the appropriate output.
- Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception
setClassName
public void setClassName(java.lang.String className)
- Setters and getters for all things sent to the page in the request
setObjectId
public void setObjectId(java.lang.String objectId)
setObjectName
public void setObjectName(java.lang.String objectName)
setTypeId
public void setTypeId(java.lang.String typeId)