| Package | Description |
|---|---|
| org.craftercms.cstudio.publishing.processor | |
| org.craftercms.cstudio.publishing.target |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExcludeProcessor
Base
PublishingProcessor that excludes files from indexing. |
class |
AbstractPublishingProcessor
Base class for
PublishingProcessors. |
class |
CacheInvalidatePostProcessor
Deprecated.
replaced by
HttpMethodCallPostProcessor |
class |
CommandProcessor
Windows Command Processor
|
class |
EmailProcessor
A post processor that sends email with the content published
|
class |
ExcludeByFieldValueProcessor
PublishingProcessor decorator that excludes files based on the value of a field. |
class |
ExcludeByPathProcessor
PublishingProcessor decorator that excludes files based on the path patterns. |
class |
HttpMethodCallPostProcessor
PublishingProcessor that does an HTTP method call to a specified URL. |
class |
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 |
class |
PerSiteConditionalProcessor
PublishingProcessor decorator that executes a different processor per site, or if there's no processor
mapping, the default processor is used. |
class |
ReIndexPagesOnComponentUpdateProcessor
Scans the created and updated files for component updates, then executes a search query to retrieve the pages
that reference the components.
|
class |
ReIndexPagesOnLevelDescriptorUpdateProcessor
Scans the updated files to detect level descriptors and adds the possible affected children to be indexed.
|
class |
SamplePostProcessor
a sample post processor that logs a list of files published
|
class |
SearchAttachmentProcessor
Deprecated.
replaced by
SearchIndexingProcessor |
class |
SearchAttachmentWithExternalMetadataPostProcessor
Deprecated.
replaced by
SearchIndexingProcessor |
class |
SearchIndexBinaryFilesProcessor
Deprecated.
replaced by
SearchIndexingProcessor |
class |
SearchIndexingProcessor
PublishingProcessor that uses a list of BatchIndexers to update a Crafter Search index. |
class |
SearchUpdateFlattenXmlProcessor
Deprecated.
replaced by
SearchIndexingProcessor |
class |
SearchUpdateProcessor
Deprecated.
replaced by
SearchIndexingProcessor |
class |
ShellProcessor |
| Modifier and Type | Field and Description |
|---|---|
protected PublishingProcessor |
ReIndexPagesOnComponentUpdateProcessor.actualIndexingProcessor |
protected PublishingProcessor |
ReIndexPagesOnLevelDescriptorUpdateProcessor.actualProcessor |
protected PublishingProcessor |
AbstractExcludeProcessor.actualProcessor
Actual processor to execute on the filtered files.
|
protected PublishingProcessor |
PerSiteConditionalProcessor.defaultProcessor |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PublishingProcessor> |
PerSiteConditionalProcessor.processorMappings |
protected Map<String[],PublishingProcessor> |
OnPathMatchConditionalProcessor.processorMappings |
| Modifier and Type | Method and Description |
|---|---|
PublishingProcessor |
PerSiteConditionalProcessor.getDefaultProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PublishingProcessor> |
PerSiteConditionalProcessor.getProcessorMappings() |
Map<String[],PublishingProcessor> |
OnPathMatchConditionalProcessor.getProcessorMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexPagesOnComponentUpdateProcessor.setActualIndexingProcessor(PublishingProcessor actualIndexingProcessor) |
void |
ReIndexPagesOnLevelDescriptorUpdateProcessor.setActualProcessor(PublishingProcessor actualProcessor) |
void |
AbstractExcludeProcessor.setActualProcessor(PublishingProcessor actualProcessor) |
void |
PerSiteConditionalProcessor.setDefaultProcessor(PublishingProcessor defaultProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnPathMatchConditionalProcessor.setProcessorMappings(Map<String[],PublishingProcessor> processorMappings) |
void |
PerSiteConditionalProcessor.setProcessorMappings(Map<String,PublishingProcessor> processorMappings) |
| Modifier and Type | Method and Description |
|---|---|
PublishingProcessor |
PublishingTarget.getDefaultPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<PublishingProcessor> |
PublishingTarget.getPostProcessors() |
List<PublishingProcessor> |
PublishingTarget.getPreProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishingTarget.setDefaultPostProcessor(PublishingProcessor defaultPostProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishingTarget.setPostProcessors(List<PublishingProcessor> postProcessors) |
void |
PublishingTarget.setPreProcessors(List<PublishingProcessor> preProcessors) |
Copyright © 2017 CrafterCMS. All rights reserved.