|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.BaseConfig
org.apache.struts.config.ActionConfig
org.apache.struts.action.TestActionServlet.CustomActionConfig
public static class TestActionServlet.CustomActionConfig
Used for testing custom ActionConfig classes.
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.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 |
---|
public boolean processExtendsCalled
Constructor Detail |
---|
public TestActionServlet.CustomActionConfig()
public TestActionServlet.CustomActionConfig(String path)
Method Detail |
---|
public void processExtends(ModuleConfig moduleConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException
processExtends
in class ActionConfig
ClassNotFoundException
IllegalAccessException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |