org.apache.myfaces.buildtools.maven2.plugin.faces.parse.rules
Class BeanPropertySetterRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.digester.BeanPropertySetterRule
org.apache.myfaces.buildtools.maven2.plugin.faces.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 |
Method Summary |
void |
end(java.lang.String namespace,
java.lang.String name)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BeanPropertySetterRule
public BeanPropertySetterRule(java.lang.String propertyName)
end
public void end(java.lang.String namespace,
java.lang.String name)
throws java.lang.Exception
- Overrides:
end
in class org.apache.commons.digester.BeanPropertySetterRule
- Throws:
java.lang.Exception
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.