Uses of Class
org.web_auth.utils.ActionMappingException

Packages that use ActionMappingException
org.web_auth.ui.action This package contains controllers for several actions: login, logout, change password, add user and remove user. 
org.web_auth.utils This package contains utility classes and exception classes. 
 

Uses of ActionMappingException in org.web_auth.ui.action
 

Methods in org.web_auth.ui.action that throw ActionMappingException
 org.apache.struts.action.ActionForward LoginAction.execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PasswordChangeAction.execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward AddUserAction.execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward RemoveUserAction.execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LogoutAction.execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of ActionMappingException in org.web_auth.utils
 

Methods in org.web_auth.utils that throw ActionMappingException
static java.lang.Object ActionUtils.getObject(org.apache.struts.action.ActionMapping actionMapping, java.lang.String paramName)
          This method finds the value of a parameter defined in a struts action mapping.
 



Copyright © 2003 Zhengrong Tang. All Rights Reserved.