com.counterclaim.openefm.admin.actions
Class BaseAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bycom.counterclaim.openefm.admin.actions.BaseAction
Direct Known Subclasses:
DisplayPageAction, DownloadDocumentAction, LoginAction, LogoutAction, ManageEFSPsAction, ManageFilingsAction, ManageUsersAction, ViewLxmlAction

public class BaseAction
extends org.apache.struts.action.Action

 

Field Summary
private static org.apache.log4j.Logger log
           
 
Fields inherited from class org.apache.struts.action.Action
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
BaseAction()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward executeAuthorizationCheck(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping, java.lang.String[] allowedRoles)
           
protected  org.apache.struts.action.ActionForward executeError(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping, java.lang.String message, java.lang.Exception e)
           
protected  OpenEFMController getController()
           
protected  LxmlFilingManager getFilingManager()
           
protected  void handleException(java.lang.Exception e)
           
protected  java.lang.String handleInvocationTargetException(java.lang.reflect.InvocationTargetException ite)
           
protected  java.lang.String handleModelException(ModelException me)
           
 
Methods inherited from class org.apache.struts.action.Action
execute, execute, generateToken, getLocale, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log
Constructor Detail

BaseAction

public BaseAction()
Method Detail

getFilingManager

protected LxmlFilingManager getFilingManager()
                                      throws ModelException
Throws:
ModelException

executeAuthorizationCheck

protected org.apache.struts.action.ActionForward executeAuthorizationCheck(javax.servlet.http.HttpServletRequest request,
                                                                           org.apache.struts.action.ActionMapping mapping,
                                                                           java.lang.String[] allowedRoles)

getController

protected OpenEFMController getController()

executeError

protected org.apache.struts.action.ActionForward executeError(javax.servlet.http.HttpServletRequest request,
                                                              org.apache.struts.action.ActionMapping mapping,
                                                              java.lang.String message,
                                                              java.lang.Exception e)

handleException

protected void handleException(java.lang.Exception e)

handleModelException

protected java.lang.String handleModelException(ModelException me)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

handleInvocationTargetException

protected java.lang.String handleInvocationTargetException(java.lang.reflect.InvocationTargetException ite)


Copyright © 2002 counterclaim.com. All Rights Reserved.