Save This Page
Home » struts-1.3.9-src » examples » app3 » [javadoc | source]
examples.app3
public final class: LogonAction [javadoc | source]
java.lang.Object
   org.apache.struts.action.Action
      examples.app3.LogonAction
Implementation of Action that validates a user logon.
Method from examples.app3.LogonAction Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from examples.app3.LogonAction Detail:
 public ActionForward execute(ActionMapping mapping,
    ActionForm form,
    HttpServletRequest request,
    HttpServletResponse response) throws IOException, ServletException 
    Login the user. The event is logged if the debug level is >= Constants.DEBUG.