| Interface | Description |
|---|---|
| PublishingProcessor |
processor that runs before or after publishing
|
| Class | Description |
|---|---|
| AbstractExcludeProcessor |
Base
PublishingProcessor that excludes files from indexing. |
| AbstractPublishingProcessor |
Base class for
PublishingProcessors. |
| CacheInvalidatePostProcessor | Deprecated
replaced by
HttpMethodCallPostProcessor |
| CommandProcessor |
Windows Command Processor
|
| EmailProcessor |
A post processor that sends email with the content published
|
| ExcludeByFieldValueProcessor |
PublishingProcessor decorator that excludes files based on the value of a field. |
| ExcludeByPathProcessor |
PublishingProcessor decorator that excludes files based on the path patterns. |
| HttpMethodCallPostProcessor |
PublishingProcessor that does an HTTP method call to a specified URL. |
| OnPathMatchConditionalProcessor |
PublishingProcessor decorator that maps file path patterns to post processors, so if files of the change
set match a pattern, the corresponding post processor is called for those files |
| PerSiteConditionalProcessor |
PublishingProcessor decorator that executes a different processor per site, or if there's no processor
mapping, the default processor is used. |
| ReIndexPagesOnComponentUpdateProcessor |
Scans the created and updated files for component updates, then executes a search query to retrieve the pages
that reference the components.
|
| ReIndexPagesOnLevelDescriptorUpdateProcessor |
Scans the updated files to detect level descriptors and adds the possible affected children to be indexed.
|
| SamplePostProcessor |
a sample post processor that logs a list of files published
|
| SearchAttachmentProcessor | Deprecated
replaced by
SearchIndexingProcessor |
| SearchAttachmentWithExternalMetadataPostProcessor | Deprecated
replaced by
SearchIndexingProcessor |
| SearchIndexBinaryFilesProcessor | Deprecated
replaced by
SearchIndexingProcessor |
| SearchIndexingProcessor |
PublishingProcessor that uses a list of BatchIndexers to update a Crafter Search index. |
| SearchUpdateFlattenXmlProcessor | Deprecated
replaced by
SearchIndexingProcessor |
| SearchUpdateProcessor | Deprecated
replaced by
SearchIndexingProcessor |
| ShellProcessor |
| Enum | Description |
|---|---|
| HttpMethodCallPostProcessor.Method |
Copyright © 2017 CrafterCMS. All rights reserved.