net.officefloor.tutorial.servletfilterjspintegration
Class SessionBean

java.lang.Object
  extended by net.officefloor.tutorial.servletfilterjspintegration.SessionBean

@HttpSessionStateful(value="SessionBean")
public class SessionBean
extends Object

Object to be bound to the HttpSession.

Author:
Daniel Sagenschneider

Constructor Summary
SessionBean()
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBean

public SessionBean()
Method Detail

getText

public String getText()

setText

public void setText(String text)


Copyright © 2005-2012. All Rights Reserved.