org.appfuse.webapp.action
Class PasswordHintAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.DispatchAction
          extended by org.appfuse.webapp.action.BaseAction
              extended by org.appfuse.webapp.action.PasswordHintAction

public final class PasswordHintAction
extends BaseAction

Action class to send password hints to registered users.

View Source

Author:
Matt Raible
Mapping:
path="/passwordHint" validate="false"
ActionForward:
name="previousPage" path="/"

Field Summary
 
Fields inherited from class org.appfuse.webapp.action.BaseAction
log
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, messages, methods, types
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
PasswordHintAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
          Override the execute method in DispatchAction to parse URLs and forward to methods without parameters.
 
Methods inherited from class org.appfuse.webapp.action.BaseAction
convert, convertLists, getActionForm, getActionMethod, getBean, getConfiguration, getMessages, removeFormBean, updateFormBean
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordHintAction

public PasswordHintAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws Exception
Description copied from class: BaseAction
Override the execute method in DispatchAction to parse URLs and forward to methods without parameters.

This is based on the following system:

Overrides:
execute in class BaseAction
Throws:
Exception


Copyright � 2002-2006