org.apache.shale.examples.test.tiger
Class Status

java.lang.Object
  extended by org.apache.shale.view.AbstractFacesBean
      extended by org.apache.shale.view.AbstractViewController
          extended by org.apache.shale.examples.test.tiger.Status
All Implemented Interfaces:
org.apache.shale.view.ViewController

public class Status
extends org.apache.shale.view.AbstractViewController

View Controller class for /status.jsp.


Constructor Summary
Status()
           
 
Method Summary
 String getExceptionHandler()
          Return the class name of the attribute configured under name FacesConstants.EXCEPTION_HANDLER.
 String getViewCallbacks()
          Return the class name of the attribute configured under name FacesConstants.VIEW_CALLBACKS.
 String getViewMapper()
          Return the class name of the attribute configured under name FacesConstants.VIEW_MAPPER.
 
Methods inherited from class org.apache.shale.view.AbstractViewController
destroy, init, isPostBack, preprocess, prerender, setPostBack
 
Methods inherited from class org.apache.shale.view.AbstractFacesBean
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getExternalContext, getFacesContext, getLifecycle, getRequestHeaderMap, getRequestMap, getRequestParameter, getRequestParameterMap, getRequestParameterValues, getSessionMap, getValue, info, info, log, log, retrieveData, saveData, setBean, setValue, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Method Detail

getExceptionHandler

public String getExceptionHandler()

Return the class name of the attribute configured under name FacesConstants.EXCEPTION_HANDLER.


getViewCallbacks

public String getViewCallbacks()

Return the class name of the attribute configured under name FacesConstants.VIEW_CALLBACKS.


getViewMapper

public String getViewMapper()

Return the class name of the attribute configured under name FacesConstants.VIEW_MAPPER.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.