org.scrashmeow.ojb.console.framework
Class OjbcRequestProcessor

java.lang.Object
  |
  +--org.apache.struts.action.RequestProcessor
        |
        +--org.apache.struts.tiles.TilesRequestProcessor
              |
              +--org.scrashmeow.ojb.console.framework.OjbcRequestProcessor

public class OjbcRequestProcessor
extends org.apache.struts.tiles.TilesRequestProcessor

An extension of the Struts Request Processor.

Author:
Alexander Bibighaus

Field Summary
 
Fields inherited from class org.apache.struts.tiles.TilesRequestProcessor
definitionsFactory, log
 
Fields inherited from class org.apache.struts.action.RequestProcessor
actions, appConfig, INCLUDE_PATH_INFO, INCLUDE_SERVLET_PATH, moduleConfig, servlet
 
Constructor Summary
OjbcRequestProcessor()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward processActionPerform(HttpServletRequest request, HttpServletResponse response, org.apache.struts.action.Action action, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping)
          Customization of the perform() hook for error handling.
protected  void processPopulate(HttpServletRequest request, HttpServletResponse response, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping)
          A call back to the action form that occurs after populate, but before validate() is called.
 
Methods inherited from class org.apache.struts.tiles.TilesRequestProcessor
doForward, getDefinitionsFactory, init, initDefinitionsMapping, internalModuleRelativeForward, internalModuleRelativeInclude, processForwardConfig, processTilesDefinition
 
Methods inherited from class org.apache.struts.action.RequestProcessor
destroy, doInclude, getDebug, getInternal, getServletContext, log, log, process, processActionCreate, processActionForm, processActionForward, processActionPerform, processContent, processException, processForward, processInclude, processLocale, processMapping, processMultipart, processNoCache, processPath, processPopulate, processPreprocess, processRoles, processValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OjbcRequestProcessor

public OjbcRequestProcessor()
Method Detail

processPopulate

protected void processPopulate(HttpServletRequest request,
                               HttpServletResponse response,
                               org.apache.struts.action.ActionForm form,
                               org.apache.struts.action.ActionMapping mapping)
                        throws ServletException
A call back to the action form that occurs after populate, but before validate() is called.

Overrides:
processPopulate in class org.apache.struts.action.RequestProcessor
Parameters:
request - the current request
response - the current response
form - the current ActionMapping
mapping - the current ActionMapping
Throws:
ServletException - a servlet error occurred.

processActionPerform

protected org.apache.struts.action.ActionForward processActionPerform(HttpServletRequest request,
                                                                      HttpServletResponse response,
                                                                      org.apache.struts.action.Action action,
                                                                      org.apache.struts.action.ActionForm form,
                                                                      org.apache.struts.action.ActionMapping mapping)
                                                               throws java.io.IOException,
                                                                      ServletException
Customization of the perform() hook for error handling. Checks to see if an exception has already occured before invoking the perform(). If so, invoke the exception handling.

Overrides:
processActionPerform in class org.apache.struts.action.RequestProcessor
Parameters:
request - the current request
response - the current response
action - the current action
form - the current ActionMapping
mapping - the current ActionMapping
Returns:
the forward that resulted from the perform()
Throws:
java.io.IOException - an io error occurred
ServletException - a servlet error occurred.


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.