Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.struts.config
Class PlugInSetPropertyRule  view PlugInSetPropertyRule download PlugInSetPropertyRule.java

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.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.


Field Summary
 
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)
          This method is called when the beginning of a matching XML element is encountered.
 
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, 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
Description copied from class: org.apache.commons.digester.Rule
This method is called when the beginning of a matching XML element is encountered. The default implementation delegates to the deprecated method begin 55 without the namespace and name parameters, to retain backwards compatibility.