Apache Struts API Documentation: Class PlugInSetPropertyRule

Apache Struts API


org.apache.struts.config Class PlugInSetPropertyRule

java.lang.Object
  |
  +--org.apache.commons.digester.Rule
        |
        +--org.apache.struts.config.PlugInSetPropertyRule

final class PlugInSetPropertyRule
extends org.apache.commons.digester.Rule

Class that records the name and value of a configuration property to be used in configuring a PlugIn instance when instantiated.


Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
PlugInSetPropertyRule()
           
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String names, 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
 

Constructor Detail

PlugInSetPropertyRule

public PlugInSetPropertyRule()
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String names,
                  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