|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
com.jcorporate.expresso.core.controller.ExpressoActionServlet
com.jcorporate.expresso.services.test.ActionTestServlet
Same as action servlet, but includes a method to get at the ActionMappings for testing purposes.
| Field Summary | |
protected static ActionTestServlet |
thisInstance
Deprecated. |
| Fields inherited from class com.jcorporate.expresso.core.controller.ExpressoActionServlet |
mapModuleConfig |
| Fields inherited from class org.apache.struts.action.ActionServlet |
config, configDigester, convertNull, dataSources, debug, internal, internalName, log, processor, registrations, servletMapping, servletName |
| Constructor Summary | |
ActionTestServlet()
Deprecated. |
|
| Method Summary | |
org.apache.struts.action.ActionMappings |
getActionMappings()
Deprecated. For the Struts 1.1 do not use this method |
static ActionTestServlet |
getInstance(ServletConfig config)
Deprecated. |
org.apache.struts.action.ActionForm |
processActionForm(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Deprecated. For the Struts 1.1 do not use this method |
org.apache.struts.action.ActionForward |
processActionPerform(org.apache.struts.action.Action action,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formInstance,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. For the Struts 1.1 do not use this method |
| Methods inherited from class com.jcorporate.expresso.core.controller.ExpressoActionServlet |
destroy, getController, getController, getController, init, initExpressoFromConfigDirectory, initExpressoSubapplication, initModuleConfig, loadOneConfigFile |
| Methods inherited from class org.apache.struts.action.ActionServlet |
addServletMapping, destroyApplications, destroyConfigDigester, destroyDataSources, destroyInternal, destroyModules, doGet, doPost, findDataSource, findFormBean, findForward, findMapping, getApplicationConfig, getDebug, getInternal, getModuleConfig, getRequestProcessor, getResources, initApplicationConfig, initApplicationDataSources, initApplicationMessageResources, initApplicationPlugIns, initConfigDigester, initDataSources, initInternal, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initOther, initServlet, log, process |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static ActionTestServlet thisInstance
| Constructor Detail |
public ActionTestServlet()
| Method Detail |
public org.apache.struts.action.ActionMappings getActionMappings()
public static ActionTestServlet getInstance(ServletConfig config)
throws ServletException
ServletException
public org.apache.struts.action.ActionForm processActionForm(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
This is
simply a publicly accessable override.
public org.apache.struts.action.ActionForward processActionPerform(org.apache.struts.action.Action action,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formInstance,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
IOException
ServletExceptionThis is
simply a publicly accessable override.
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||