| Package | Description |
|---|---|
| org.jahia.services.content | |
| org.jahia.services.content.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangedNodeInterceptor |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRStoreService.addInterceptor(int index,
PropertyInterceptor interceptor)
Adds an interceptor to the chain.
|
void |
JCRStoreService.addInterceptor(PropertyInterceptor interceptor)
Adds an interceptor to the chain.
|
void |
JCRStoreService.removeInterceptor(PropertyInterceptor interceptor)
Removes the specified interceptor from the chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCRStoreService.setInterceptors(List<PropertyInterceptor> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseInterceptor
Abstract property interceptor that does not do any value modifications.
|
class |
HtmlFilteringInterceptor
Filters out unwanted HTML elements from the rich text property values before saving.
|
class |
LastModifiedInterceptor
Handles last modified date property considering translation sub-nodes.
|
class |
RichTextInterceptor
Property interceptor that is applied on rich text properties.
|
class |
TagInterceptor
Intercept tags before store them in the JCR,
using the taggingService tag handler to transform them.
|
class |
TemplateModuleInterceptor
Intercepts reading of reference/weakreference property values to translate the path from modules to site.
|
class |
URLInterceptor
URL Interceptor catches internal URLs inside richtext, and transform them to store references to the pointed nodes
instead of paths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyInterceptorRegistrator.setPropertyInterceptor(PropertyInterceptor propertyInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorChain.setInterceptors(List<PropertyInterceptor> interceptors) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.