org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.rules
Class BeanPropertySetterRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.digester.BeanPropertySetterRule
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.rules.BeanPropertySetterRule
public class BeanPropertySetterRule
- extends org.apache.commons.digester.BeanPropertySetterRule
Extends Apache Commons Digester BeanPropertySetterRule to add QName support.
A QName conveter is not sufficient because it requires contextual
knowledge of the current prefix-to-namespace mappings.
Fields inherited from class org.apache.commons.digester.BeanPropertySetterRule |
bodyText, propertyName |
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Methods inherited from class org.apache.commons.digester.BeanPropertySetterRule |
body, finish, toString |
Methods inherited from class org.apache.commons.digester.Rule |
begin, begin, body, end, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
BeanPropertySetterRule
public BeanPropertySetterRule(String propertyName)
end
public void end(String namespace,
String name)
throws Exception
- Overrides:
end
in class org.apache.commons.digester.BeanPropertySetterRule
- Throws:
Exception
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.