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

java.lang.Object
  extended by org.apache.shale.examples.test.tiger.Managed

public class Managed
extends Object

View controller for the /managed.jsp view, completely configured via annotations.


Constructor Summary
Managed()
           
 
Method Summary
 ApplicationBean getApplicationBean()
           
 String getEvents()
           
 RequestBean getRequestBean()
           
 SessionBean getSessionBean()
           
 void myDestroy()
           
 void myInit()
           
 void myPreprocess()
           
 void myPrerender()
           
 String resubmit()
           
 void setApplicationBean(ApplicationBean applicationBean)
           
 void setRequestBean(RequestBean requestBean)
           
 void setSessionBean(SessionBean sessionBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Managed

public Managed()
Method Detail

getApplicationBean

public ApplicationBean getApplicationBean()

setApplicationBean

public void setApplicationBean(ApplicationBean applicationBean)

getEvents

public String getEvents()

getRequestBean

public RequestBean getRequestBean()

setRequestBean

public void setRequestBean(RequestBean requestBean)

getSessionBean

public SessionBean getSessionBean()

setSessionBean

public void setSessionBean(SessionBean sessionBean)

myInit

public void myInit()

myPreprocess

public void myPreprocess()

myPrerender

public void myPrerender()

myDestroy

public void myDestroy()

resubmit

public String resubmit()


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