public class TagsProcessor extends Object implements AttributeProcessor
j:tags attributes| Constructor and Description |
|---|
TagsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(JCRNodeWrapper node,
String name,
String value)
Does a special processing of the specified attribute.
|
void |
setTaggingService(TaggingService taggingService) |
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 errorpublic void setTaggingService(TaggingService taggingService)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.