Package org.apache.struts.action
Class TestActionServlet.CustomActionConfig
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ActionConfig
org.apache.struts.action.TestActionServlet.CustomActionConfig
- All Implemented Interfaces:
Serializable
- Enclosing class:
TestActionServlet
public static class TestActionServlet.CustomActionConfig
extends org.apache.struts.config.ActionConfig
Used for testing custom ActionConfig classes.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.struts.config.ActionConfig
acceptPage, actionId, attribute, cancellable, catalog, command, dispatcher, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, populate, prefix, reset, roleNames, roles, scope, suffix, type, unknown, validateFields inherited from class org.apache.struts.config.BaseConfig
configured -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExtends(org.apache.struts.config.ModuleConfig moduleConfig) Set a flag so we know this method was called.Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, checkCircularInheritance, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAcceptPage, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getDispatcher, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPopulate, getPopulateNames, getPrefix, getReset, getResetNames, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, isSingleton, removeExceptionConfig, removeForwardConfig, setAcceptPage, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setDispatcher, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPopulate, setPrefix, setReset, setRoles, setScope, setSingleton, setSuffix, setType, setUnknown, setValidate, toStringMethods inherited from class org.apache.struts.config.BaseConfig
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
-
Field Details
-
processExtendsCalled
public boolean processExtendsCalled
-
-
Constructor Details
-
CustomActionConfig
public CustomActionConfig() -
CustomActionConfig
-
-
Method Details
-
processExtends
public void processExtends(org.apache.struts.config.ModuleConfig moduleConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException Set a flag so we know this method was called.- Overrides:
processExtendsin classorg.apache.struts.config.ActionConfig- Throws:
ClassNotFoundExceptionIllegalAccessExceptionInstantiationException
-