org.apache.tapestry.parse
Class SetMetaPropertyRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.tapestry.parse.AbstractSpecificationRule
org.apache.tapestry.parse.SetMetaPropertyRule
public class SetMetaPropertyRule
- extends AbstractSpecificationRule
Handles the <property> element in Tapestry specifications, which is
designed to hold meta-data about specifications.
Expects the top object on the stack to be a IPropertyHolder
.
- Since:
- 3.0
- Version:
- $Id: SetMetaPropertyRule.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Methods inherited from class org.apache.commons.digester.Rule |
begin, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetMetaPropertyRule
public SetMetaPropertyRule()
begin
public void begin(String namespace,
String name,
org.xml.sax.Attributes attributes)
throws Exception
- Overrides:
begin
in class org.apache.commons.digester.Rule
- Throws:
Exception
body
public void body(String namespace,
String name,
String text)
throws Exception
- Overrides:
body
in class org.apache.commons.digester.Rule
- Throws:
Exception
end
public void end(String namespace,
String name)
throws Exception
- Overrides:
end
in class org.apache.commons.digester.Rule
- Throws:
Exception