org.infoglue.cms.applications.deliver.actions
Class UpdateCacheAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.deliver.actions.UpdateCacheAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class UpdateCacheAction
extends org.infoglue.cms.applications.common.actions.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

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, 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, getCurrentUrl, getError, getErrors, getSession, setCommand, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCacheAction

public UpdateCacheAction()
The constructor for this action - contains nothing right now.

Method Detail

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 org.infoglue.cms.applications.common.actions.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)