net.smartlab.web.auth
Class RoleAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by net.smartlab.web.Action
          extended by net.smartlab.web.DynaAction
              extended by net.smartlab.web.AbstractArchiveAction
                  extended by net.smartlab.web.auth.RoleAction

public class RoleAction
extends net.smartlab.web.AbstractArchiveAction

TODO documentation

Author:
rlogiacco@users.sourceforge.net

Field Summary
 
Fields inherited from class net.smartlab.web.AbstractArchiveAction
SELECTION
 
Fields inherited from class net.smartlab.web.DynaAction
PARAMETERS
 
Fields inherited from class net.smartlab.web.Action
DEFAULT_FORWARD, logger
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
RoleAction()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward cancel(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 java.lang.String groups(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
          TODO documentation
 java.lang.String remove(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 java.lang.String removeAll(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 java.lang.String search(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 java.lang.String select(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 java.lang.String update(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
           
 
Methods inherited from class net.smartlab.web.AbstractArchiveAction
getListSelection, getSearchInfo, getSelection, resetSelection, setSelection
 
Methods inherited from class net.smartlab.web.DynaAction
execute, forward
 
Methods inherited from class net.smartlab.web.Action
addError, addError, execute, getProperties, getRealPath, getServletContext, hasErrors, isChecked, populate, reset, valorize
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, 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

RoleAction

public RoleAction()
Method Detail

search

public java.lang.String search(org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               org.apache.struts.action.ActionMapping mapping)
                        throws net.smartlab.web.ActionException
Specified by:
search in class net.smartlab.web.AbstractArchiveAction
Throws:
net.smartlab.web.ActionException
See Also:
AbstractArchiveAction.search(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMapping)

select

public java.lang.String select(org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               org.apache.struts.action.ActionMapping mapping)
                        throws net.smartlab.web.ActionException
Specified by:
select in class net.smartlab.web.AbstractArchiveAction
Throws:
net.smartlab.web.ActionException
See Also:
AbstractArchiveAction.select(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMapping)

remove

public java.lang.String remove(org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               org.apache.struts.action.ActionMapping mapping)
                        throws net.smartlab.web.ActionException
Specified by:
remove in class net.smartlab.web.AbstractArchiveAction
Throws:
net.smartlab.web.ActionException
See Also:
AbstractArchiveAction.remove(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMapping)

removeAll

public java.lang.String removeAll(org.apache.struts.action.ActionForm form,
                                  javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response,
                                  org.apache.struts.action.ActionMapping mapping)
                           throws net.smartlab.web.ActionException
Specified by:
removeAll in class net.smartlab.web.AbstractArchiveAction
Throws:
net.smartlab.web.ActionException
See Also:
AbstractArchiveAction.removeAll(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMapping)

groups

public java.lang.String groups(org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               org.apache.struts.action.ActionMapping mapping)
                        throws net.smartlab.web.ActionException
TODO documentation

Parameters:
form -
request -
response -
mapping -
Returns:
Throws:
net.smartlab.web.ActionException

cancel

protected org.apache.struts.action.ActionForward cancel(org.apache.struts.action.ActionForm form,
                                                        javax.servlet.http.HttpServletRequest request,
                                                        javax.servlet.http.HttpServletResponse response,
                                                        org.apache.struts.action.ActionMapping mapping)
                                                 throws java.lang.Exception
Overrides:
cancel in class net.smartlab.web.Action
Throws:
java.lang.Exception
See Also:
Action.cancel(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMapping)

update

public java.lang.String update(org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response,
                               org.apache.struts.action.ActionMapping mapping)
                        throws java.lang.Exception
Specified by:
update in class net.smartlab.web.AbstractArchiveAction
Throws:
java.lang.UnsupportedOperationException
java.lang.Exception
See Also:
AbstractArchiveAction.update(org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMapping)


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.