org.apache.struts.webapp.example2
Class LoggedOff

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

public class LoggedOff
extends java.lang.Object

Backing bean for the loggedoff.jsp page.


Constructor Summary
LoggedOff()
           
 
Method Summary
 java.lang.String logon()
          Begin the process of logging on.
 java.lang.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 java.lang.String register()

Begin the process of registering a new user.


logon

public java.lang.String logon()

Begin the process of logging on.



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