Class CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule

java.lang.Object
org.apache.commons.digester.Rule
org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule
Enclosing class:
CompatibilityDigesterDefinitionsReader

public static class CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule extends org.apache.commons.digester.Rule
Digester rule to manage assignment of an object as an attribute value.
Since:
3.0.0
  • Field Summary

    Fields inherited from class org.apache.commons.digester.Rule

    digester, namespaceURI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(String namespace, String name, 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, toString, wait, wait, wait
  • Constructor Details

    • SetValueToAttributeRule

      public SetValueToAttributeRule()
  • Method Details

    • begin

      public void begin(String namespace, String name, Attributes attributes)
      Overrides:
      begin in class org.apache.commons.digester.Rule