org.apache.struts.webapp.example2
Class LoggedOff

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

public class LoggedOff
extends Object

Backing bean for the loggedoff.jsp page.


Constructor Summary
LoggedOff()
           
 
Method Summary
 String logon()
          Begin the process of logging on.
 String register()
          Begin the process of registering a new user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedOff

public LoggedOff()
Method Detail

register

public String register()

Begin the process of registering a new user.


logon

public String logon()

Begin the process of logging on.



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