|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.cmstool.actions.UpdateCacheAction
public class UpdateCacheAction
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.
| Field Summary |
|---|
| Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction |
|---|
colorScheme |
| 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. |
java.lang.String |
doInput()
This method is for letting users update cache manually. |
java.lang.String |
doTest()
This method will just reply to a testcall. |
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, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateCacheAction()
| Method Detail |
|---|
public java.lang.String doTest()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doExecute()
throws java.lang.Exception
doExecute in class WebworkAbstractActionjava.lang.Exception
public java.lang.String doInput()
throws java.lang.Exception
java.lang.Exceptionpublic void setClassName(java.lang.String className)
public void setObjectId(java.lang.String objectId)
public void setObjectName(java.lang.String objectName)
public void setTypeId(java.lang.String typeId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||