org.infoglue.cms.applications.deliver.actions
Class ViewApplicationSettingsAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.deliver.actions.ViewPageAction
org.infoglue.cms.applications.deliver.actions.ViewApplicationSettingsAction
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
- public class ViewApplicationSettingsAction
- extends ViewPageAction
This is the action that can supply a caller with a lot of information about the delivery-engine.
- Author:
- Mattias Bogeblad
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, SUCCESS |
| Methods inherited from class org.infoglue.cms.applications.deliver.actions.ViewPageAction |
doRenderDecoratedPage, getContentId, getLanguageId, getReferer, getRepositoryName, getSiteNodeId, getTemplateController, handleExtranetLogic, setContentId, setLanguageId, setReferer, setRepositoryName, setSiteNodeId |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
doDefault, execute, getCurrentUrl, getError, getErrors, getLocalizedString, getSession, setCommand, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewApplicationSettingsAction
public ViewApplicationSettingsAction()
- 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 ViewPageAction
- Throws:
java.lang.Exception
doGetTemplateLogicMethods
public java.lang.String doGetTemplateLogicMethods()
throws java.lang.Exception
- This command is used to get a list of all available methods on the templateController.
This service is mostly used by the template-editor so it can keep up with changes easily.
- Throws:
java.lang.Exception
doGetPageNavigationTitle
public java.lang.String doGetPageNavigationTitle()
throws java.lang.Exception
- This command is used to get the navigationtitle for a sitenode in a certain language.
- Throws:
java.lang.Exception
getTemplateMethods
public java.util.List getTemplateMethods()
getNavigationTitle
public java.lang.String getNavigationTitle()
getSourceId
public java.lang.String getSourceId()
setSourceId
public void setSourceId(java.lang.String sourceId)