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

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.Standard
All Implemented Interfaces:
org.apache.shale.view.ViewController

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

View Controller class for /standard.jsp. This class implements the ViewController interface, so it should receive lifecycle event callbacks.


Constructor Summary
Standard()
           
 
Method Summary
 void destroy()
           
 int getDestroyCalled()
           
 int getInitCalled()
           
 int getPreprocessCalled()
           
 int getPrerenderCalled()
           
 void init()
           
 void preprocess()
           
 void prerender()
           
 String resubmit()
           
 
Methods inherited from class org.apache.shale.view.AbstractViewController
isPostBack, 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

Standard

public Standard()
Method Detail

getInitCalled

public int getInitCalled()

getPreprocessCalled

public int getPreprocessCalled()

getPrerenderCalled

public int getPrerenderCalled()

getDestroyCalled

public int getDestroyCalled()

init

public void init()
Specified by:
init in interface org.apache.shale.view.ViewController
Overrides:
init in class org.apache.shale.view.AbstractViewController

preprocess

public void preprocess()
Specified by:
preprocess in interface org.apache.shale.view.ViewController
Overrides:
preprocess in class org.apache.shale.view.AbstractViewController

prerender

public void prerender()
Specified by:
prerender in interface org.apache.shale.view.ViewController
Overrides:
prerender in class org.apache.shale.view.AbstractViewController

destroy

public void destroy()
Specified by:
destroy in interface org.apache.shale.view.ViewController
Overrides:
destroy in class org.apache.shale.view.AbstractViewController

resubmit

public String resubmit()


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