This project has retired. For details please refer to its Attic page.
DigesterDefinitionsReader.PutAttributeRule (Tiles 2 2.1.4 API)

org.apache.tiles.definition.digester
Class DigesterDefinitionsReader.PutAttributeRule

Package class diagram package DigesterDefinitionsReader.PutAttributeRule
java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.tiles.definition.digester.DigesterDefinitionsReader.PutAttributeRule
Enclosing class:
DigesterDefinitionsReader

public static class DigesterDefinitionsReader.PutAttributeRule
extends Rule

Digester rule to manage assignment of the attribute to the parent element.

Since:
2.1.0

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DigesterDefinitionsReader.PutAttributeRule()
           
 
Method Summary
 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 Detail

DigesterDefinitionsReader.PutAttributeRule

public DigesterDefinitionsReader.PutAttributeRule()
Method Detail

begin

public void begin(String namespace,
                  String name,
                  Attributes attributes)
           throws Exception

Overrides:
begin in class Rule
Throws:
Exception


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.