public class TemplateNodeProcessor extends Object implements AttributeProcessor
j:templateNode attributes to use just the referenced template (view) name instead of a
path.| Constructor and Description |
|---|
TemplateNodeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(JCRNodeWrapper node,
String name,
String value)
Does a special processing of the specified attribute.
|
public boolean process(JCRNodeWrapper node, String name, String value) throws javax.jcr.RepositoryException
AttributeProcessorprocess in interface AttributeProcessornode - the current JCR node we are applying attribute value toname - the name of the attributevalue - the attribute valuetrue if the processing of the attribute is effectively done should be stopped, i.e. no further
AttributeProcessors should be called for this attribute and no standard processing should be done for it;
false in case the attribute does not have special handling by this processor and its handling should be
continued furtherjavax.jcr.RepositoryException - in case of any JCR or processing errorCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.