|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
|
+--org.infoglue.cms.applications.deliver.actions.ViewApplicationSettingsAction
This is the action that can supply a caller with a lot of information about the delivery-engine.
| Field Summary |
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, SUCCESS |
| Constructor Summary | |
ViewApplicationSettingsAction()
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 |
doGetTemplateLogicMethods()
This command is used to get a list of all available methods on the templateController. |
java.lang.String |
doRenderTemplate()
This command is used to get a generated view of the component in it's context. |
TemplateController |
getTemplateController(NodeDeliveryController nodeDeliveryController,
IntegrationDeliveryController integrationDeliveryController,
java.lang.Integer siteNodeId,
java.lang.Integer languageId,
java.lang.Integer contentId,
javax.servlet.http.HttpServletRequest request)
This method should be much more sophisticated later and include a check to see if there is a digital asset uploaded which is more specialized and can be used to act as serverside logic to the template. |
java.util.List |
getTemplateMethods()
|
| 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 |
public ViewApplicationSettingsAction()
| Method Detail |
public java.lang.String doExecute()
throws java.lang.Exception
doExecute in class org.infoglue.cms.applications.common.actions.WebworkAbstractActionjava.lang.Exception
public java.lang.String doGetTemplateLogicMethods()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List getTemplateMethods()
public java.lang.String doRenderTemplate()
throws java.lang.Exception
java.lang.Exception
public TemplateController getTemplateController(NodeDeliveryController nodeDeliveryController,
IntegrationDeliveryController integrationDeliveryController,
java.lang.Integer siteNodeId,
java.lang.Integer languageId,
java.lang.Integer contentId,
javax.servlet.http.HttpServletRequest request)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||