org.jsxp.framework.webroot.jsxpframework.components
Class AbstractCommandController

java.lang.Object
  extended by org.jsxp.framework.ViewController
      extended by org.jsxp.framework.webroot.generated.jsxpframework.components.AbstractCommandXhtmlControllerGenerated
          extended by org.jsxp.framework.webroot.jsxpframework.components.AbstractCommandController
All Implemented Interfaces:
ViewControllerLifeCycleExceptionHandler

public class AbstractCommandController
extends org.jsxp.framework.webroot.generated.jsxpframework.components.AbstractCommandXhtmlControllerGenerated

The Class AbstractCommandController. ViewController for the basic jsxp component that supports a command pattern in jsxp. You can use this Controller as base class for you view controller/jsxp components if they have no correspondent design files (e.g. if they are just commands that redirect to result views).


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jsxp.framework.webroot.generated.jsxpframework.components.AbstractCommandXhtmlControllerGenerated
org.jsxp.framework.webroot.generated.jsxpframework.components.AbstractCommandXhtmlControllerGenerated.Body
 
Field Summary
 
Fields inherited from class org.jsxp.framework.ViewController
idElements
 
Constructor Summary
AbstractCommandController()
           
 
Method Summary
 
Methods inherited from class org.jsxp.framework.webroot.generated.jsxpframework.components.AbstractCommandXhtmlControllerGenerated
getElementBody, getIdElementBody
 
Methods inherited from class org.jsxp.framework.ViewController
addElement, addElementProcessor, containsVariable, execute, getCharacterEncoding, getContentType, getElement, getElement, getElement, getElement, getElement, getIdPrefix, getInputParameterBean, getLifeCycle, getParent, getPreviousInputParameterBean, getRootElement, getStatusCode, getTemplatedView, getTemplateElements, getValidator, getValueForVariable, getVariables, getViewFilename, getViewTemplate, handleExecutingException, handleInitException, handleInputProcessingException, handlePreparingException, handleRenderingException, handleTemplatingException, handleValidatingException, importView, importView, init, isApplicationTemplateEnabled, isSkipExecution, isUsedAsImportedView, isUsedAsTemplate, needToSaveScopesToSession, replaceVariableValue, setApplicationTemplateEnabled, setNeedToSaveScopesToSession, setVariable, setViewTemplate, skipExecution, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCommandController

public AbstractCommandController()


Copyright © 2012 Oliver Szymanski & David Tanzer