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

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

public class RequestBean
extends Object

Request scope managed bean declared with annotations.


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

Constructor Detail

RequestBean

public RequestBean()
Method Detail

getApplicationBean

public ApplicationBean getApplicationBean()

setApplicationBean

public void setApplicationBean(ApplicationBean applicationBean)

getEvents

public String getEvents()

getSessionBean

public SessionBean getSessionBean()

setSessionBean

public void setSessionBean(SessionBean sessionBean)

myInit

public void myInit()

myDestroy

public void myDestroy()


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