|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.struts.action.RequestProcessor
|
+--org.apache.struts.tiles.TilesRequestProcessor
|
+--org.scrashmeow.ojb.console.framework.OjbcRequestProcessor
An extension of the Struts Request Processor.
| 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 |
public OjbcRequestProcessor()
| Method Detail |
protected void processPopulate(HttpServletRequest request,
HttpServletResponse response,
org.apache.struts.action.ActionForm form,
org.apache.struts.action.ActionMapping mapping)
throws ServletException
processPopulate in class org.apache.struts.action.RequestProcessorrequest - the current requestresponse - the current responseform - the current ActionMappingmapping - the current ActionMapping
ServletException - a servlet error occurred.
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
processActionPerform in class org.apache.struts.action.RequestProcessorrequest - the current requestresponse - the current responseaction - the current actionform - the current ActionMappingmapping - the current ActionMapping
java.io.IOException - an io error occurred
ServletException - a servlet error occurred.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||