|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenericServlet
HttpServlet
ActionServlet
AutoRegisterActionServlet
PageFlowActionServlet
DynamicSubappActionServlet
PageFlowActionServlet
instead.
public class DynamicSubappActionServlet
ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler. These files are located in /WEB-INF/classes/_pageflow, and are named struts-config-module-name.xml. The user may specify additional ModuleConfigLocator classes in web.xml, using the "moduleConfigLocators" init-parameter; this allows the user to define other patterns for auto-registered Struts modules.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class PageFlowActionServlet |
---|
PageFlowActionServlet.DefaultModuleConfigLocator, PageFlowActionServlet.LegacyModuleConfigLocator |
Nested classes/interfaces inherited from class AutoRegisterActionServlet |
---|
AutoRegisterActionServlet.ModuleConfigLocator |
Field Summary |
---|
Fields inherited from class AutoRegisterActionServlet |
---|
MODULE_CONFIG_LOCATOR_CLASS_ATTR |
Fields inherited from class ActionServlet |
---|
config, configDigester, convertNull, dataSources, debug, internal, internalName, log, processor, registrations, servletMapping, servletName |
Constructor Summary | |
---|---|
DynamicSubappActionServlet()
Deprecated. |
Method Summary | |
---|---|
void |
init()
Deprecated. |
Methods inherited from class PageFlowActionServlet |
---|
addServletMapping, getDefaultModuleConfigLocators, getModuleConfPath, moduleCanHandlePath, process, processUnhandledAction |
Methods inherited from class ActionServlet |
---|
destroyApplications, destroyConfigDigester, destroyDataSources, destroyInternal, destroyModules, doGet, doPost, findDataSource, findFormBean, findForward, findMapping, getApplicationConfig, getDebug, getInternal, getModuleConfig, getRequestProcessor, getResources, initApplicationConfig, initApplicationDataSources, initApplicationMessageResources, initApplicationPlugIns, initDataSources, initInternal, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initOther, initServlet, log |
Methods inherited from class HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class GenericServlet |
---|
getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicSubappActionServlet()
Method Detail |
---|
public void init() throws ServletException
init
in class PageFlowActionServlet
ServletException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |