public abstract class KSBAction extends org.apache.struts.actions.DispatchAction
| Constructor and Description |
|---|
KSBAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAuthorization(org.apache.struts.action.ActionForm form,
String methodToCall) |
org.apache.struts.action.ActionMessages |
establishFinalState(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionForm form) |
abstract org.apache.struts.action.ActionMessages |
establishRequiredState(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionForm form) |
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected String |
findMethodToCall(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
protected static KualiModuleService |
getKualiModuleService() |
protected Map<String,String> |
getRoleQualification(org.apache.struts.action.ActionForm form,
String methodToCall)
override this method to add data from the form for role qualification in the authorization check
|
protected boolean |
isModuleLocked(org.apache.struts.action.ActionForm form,
String methodToCall,
javax.servlet.http.HttpServletRequest request) |
org.apache.struts.action.ActionForward |
noOp(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 |
refresh(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
abstract org.apache.struts.action.ActionForward |
start(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
cancelled, dispatchMethod, getMethod, getMethodName, getParameter, unspecifiedaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic KSBAction()
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute in class org.apache.struts.actions.DispatchActionExceptionprotected void checkAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws AuthorizationException
AuthorizationExceptionprotected Map<String,String> getRoleQualification(org.apache.struts.action.ActionForm form, String methodToCall)
public abstract org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward refresh(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic abstract org.apache.struts.action.ActionMessages establishRequiredState(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionForm form) throws Exception
Exceptionpublic org.apache.struts.action.ActionMessages establishFinalState(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionForm form) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward noOp(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionprotected static KualiModuleService getKualiModuleService()
protected String findMethodToCall(org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request) throws Exception
Exceptionprotected boolean isModuleLocked(org.apache.struts.action.ActionForm form, String methodToCall, javax.servlet.http.HttpServletRequest request)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.