Package org.apache.struts.config
Class TestActionConfig.CustomActionConfig
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ActionConfig
org.apache.struts.config.TestActionConfig.CustomActionConfig
- All Implemented Interfaces:
Serializable
- Enclosing class:
TestActionConfig
public static class TestActionConfig.CustomActionConfig
extends org.apache.struts.config.ActionConfig
Used to detect that ActionConfig is making the right calls.
- See Also:
-
Field Summary
Fields 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, validate
Fields inherited from class org.apache.struts.config.BaseConfig
configured
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processExtends
(org.apache.struts.config.ModuleConfig moduleConfig) 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, toString
Methods inherited from class org.apache.struts.config.BaseConfig
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
-
Constructor Details
-
CustomActionConfig
public CustomActionConfig()
-
-
Method Details
-
processExtends
public void processExtends(org.apache.struts.config.ModuleConfig moduleConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException - Overrides:
processExtends
in classorg.apache.struts.config.ActionConfig
- Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException
-