Module com.aoindustries.web.struts
Class CancelAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.AuthenticatedAction
com.aoindustries.web.struts.PermissionAction
com.aoindustries.web.struts.clientarea.control.account.CancelAction
Provides the list of accounts that may be canceled.
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecutePermissionGranted
(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, AoservConnector aoConn) Called when permission has been granted.Gets the set of permissions that are required for this action.Methods inherited from class com.aoindustries.web.struts.PermissionAction
execute, executePermissionDenied
Methods inherited from class com.aoindustries.web.struts.AuthenticatedAction
execute, getAoConn, getAuthenticatedAoConn
Methods inherited from class com.aoindustries.web.struts.PageAction
execute
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
-
Constructor Details
-
CancelAction
public CancelAction()
-
-
Method Details
-
executePermissionGranted
public ActionForward executePermissionGranted(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, AoservConnector aoConn) throws Exception Description copied from class:PermissionAction
Called when permission has been granted. By default, returns mapping for "success".- Overrides:
executePermissionGranted
in classPermissionAction
- Throws:
Exception
-
getPermissions
Description copied from class:PermissionAction
Gets the set of permissions that are required for this action. Returning a null or empty set will result in nothing being allowed.- Specified by:
getPermissions
in classPermissionAction
- See Also:
-