org.apache.shale.examples.mailreader
Class MainMenu

java.lang.Object
  extended by org.apache.shale.view.AbstractFacesBean
      extended by org.apache.shale.view.AbstractViewController
          extended by org.apache.shale.examples.mailreader.BaseViewController
              extended by org.apache.shale.examples.mailreader.MainMenu
All Implemented Interfaces:
org.apache.shale.view.ViewController

public class MainMenu
extends BaseViewController

ViewController for the index page.


Constructor Summary
MainMenu()
           
 
Method Summary
 String edit()
          Set the appropriate mode and forward to the registration page.
 String logoff()
          Remove the currently logged user and return to the welcome page.
 
Methods inherited from class org.apache.shale.examples.mailreader.BaseViewController
getState, getUserDatabase
 
Methods inherited from class org.apache.shale.view.AbstractViewController
destroy, init, isPostBack, preprocess, prerender, setPostBack
 
Methods inherited from class org.apache.shale.view.AbstractFacesBean
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getExternalContext, getFacesContext, getLifecycle, getRequestHeaderMap, getRequestMap, getRequestParameter, getRequestParameterMap, getRequestParameterValues, getSessionMap, getValue, info, info, log, log, retrieveData, saveData, setBean, setValue, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainMenu

public MainMenu()
Method Detail

edit

public String edit()

Set the appropriate mode and forward to the registration page.


logoff

public String logoff()

Remove the currently logged user and return to the welcome page.



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