org.apache.shale.usecases.subview
Class Second

java.lang.Object
  extended by org.apache.shale.view.AbstractFacesBean
      extended by org.apache.shale.view.AbstractViewController
          extended by org.apache.shale.usecases.subview.Second
All Implemented Interfaces:
org.apache.shale.view.ViewController

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

Second page for subview processing use case.

$Id: Second.java 464373 2006-10-16 04:21:54Z rahul $


Constructor Summary
Second()
           
 
Method Summary
 void destroy()
           
 String getExpected()
          Return the expected trace string for the seonc page, which depends on whether or not this is a postback.
 void init()
           
 void preprocess()
           
 void prerender()
           
 
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

Second

public Second()
Method Detail

getExpected

public String getExpected()

Return the expected trace string for the seonc page, which depends on whether or not this is a postback.


destroy

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

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


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