org.apache.struts.config
Class AddDataSourcePropertyRule
java.lang.Object
|
+--org.apache.commons.digester.Rule
|
+--org.apache.struts.config.AddDataSourcePropertyRule
- final class AddDataSourcePropertyRule
- extends org.apache.commons.digester.Rule
Class that calls addProperty()
for the top object
on the stack, which must be a
org.apache.struts.config.DataSourceConfig
.
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Method Summary |
void |
begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
|
Methods inherited from class org.apache.commons.digester.Rule |
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
AddDataSourcePropertyRule
public AddDataSourcePropertyRule()
begin
public void begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
- Overrides:
begin
in class org.apache.commons.digester.Rule
Copyright © 2000-2005 - The Apache Software Foundation