org.apache.struts.webapp.example2
Class LoggedOn

java.lang.Object
  extended by org.apache.struts.webapp.example2.LoggedOn

public class LoggedOn
extends Object

Backing bean for the loggedon.jsp page.


Constructor Summary
LoggedOn()
           
 
Method Summary
 String logoff()
          Begin the process of logging off.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedOn

public LoggedOn()
Method Detail

logoff

public String logoff()

Begin the process of logging off.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.