|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.digester.Rule | +--org.apache.tapestry.parse.AbstractSpecificationRule | +--org.apache.tapestry.parse.BodyRule
Variation of org.apache.commons.digester.BeanPropertySetterRule
that does not trim the body text of leading and trailing
whitespace. This is important for IListenerBindingSpecification
s,
where the whitespace may be relevant!
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Constructor Summary | |
BodyRule(String propertyName)
|
Method Summary | |
void |
body(String namespace,
String name,
String text)
|
Methods inherited from class org.apache.tapestry.parse.AbstractSpecificationRule |
getLocation, getResourceLocation, getValue, setProperty |
Methods inherited from class org.apache.commons.digester.Rule |
begin, begin, 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 |
public BodyRule(String propertyName)
Method Detail |
public void body(String namespace, String name, String text) throws Exception
body
in class org.apache.commons.digester.Rule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |