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

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

public class ScopesMessagesXhtmlController
extends org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated

The Class ScopesMessagesXhtmlController. Standard ViewController for show all content from all scopes in different message containers on the resulting view. You can embedded this component to your view to show the scopes with their content. This component uses the MessagesXhtmlController to render the scopes.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated
org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated.ApplicationScope, org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated.FlashScope, org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated.RequestScope, org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated.Scopes, org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated.SessionScope, org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated.ViewScope
 
Field Summary
 
Fields inherited from class org.jsxp.framework.ViewController
idElements
 
Constructor Summary
ScopesMessagesXhtmlController()
          Instantiates a new scopes messages xhtml controller.
 
Method Summary
protected  void init()
          This method will be called by the jsxp framework in the initializing phase.
 
Methods inherited from class org.jsxp.framework.webroot.generated.jsxpframework.components.ScopesMessagesXhtmlControllerGenerated
getElementApplicationScope, getElementFlashScope, getElementRequestScope, getElementScopes, getElementSessionScope, getElementViewScope, getIdElementApplicationScope, getIdElementFlashScope, getIdElementRequestScope, getIdElementScopes, getIdElementSessionScope, getIdElementViewScope
 
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, 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

ScopesMessagesXhtmlController

public ScopesMessagesXhtmlController()
Instantiates a new scopes messages xhtml controller.

Method Detail

init

protected void init()
             throws java.lang.Exception
Description copied from class: ViewController
This method will be called by the jsxp framework in the initializing phase. It will be called for any used ViewController, also for template and for imported ViewController.

In this method you should do anything that a view controller needs to do if he is used in any way.

Overrides:
init in class ViewController
Throws:
java.lang.Exception - the exception


Copyright © 2012 Oliver Szymanski & David Tanzer