org.apache.struts.action
Class TestActionServlet.CustomActionConfig

java.lang.Object
  extended by org.apache.struts.config.BaseConfig
      extended by org.apache.struts.config.ActionConfig
          extended by org.apache.struts.action.TestActionServlet.CustomActionConfig
All Implemented Interfaces:
Serializable
Enclosing class:
TestActionServlet

public static class TestActionServlet.CustomActionConfig
extends ActionConfig

Used for testing custom ActionConfig classes.

See Also:
Serialized Form

Field Summary
 boolean processExtendsCalled
           
 
Fields inherited from class org.apache.struts.config.ActionConfig
actionId, attribute, cancellable, catalog, command, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
Fields inherited from class org.apache.struts.config.BaseConfig
configured
 
Constructor Summary
TestActionServlet.CustomActionConfig()
           
TestActionServlet.CustomActionConfig(String path)
           
 
Method Summary
 void processExtends(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, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, removeExceptionConfig, removeForwardConfig, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
Methods inherited from class org.apache.struts.config.BaseConfig
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

processExtendsCalled

public boolean processExtendsCalled
Constructor Detail

TestActionServlet.CustomActionConfig

public TestActionServlet.CustomActionConfig()

TestActionServlet.CustomActionConfig

public TestActionServlet.CustomActionConfig(String path)
Method Detail

processExtends

public void processExtends(ModuleConfig moduleConfig)
                    throws ClassNotFoundException,
                           IllegalAccessException,
                           InstantiationException
Set a flag so we know this method was called.

Overrides:
processExtends in class ActionConfig
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.