public abstract class AbstractPublishingProcessor extends Object implements PublishingProcessor, org.springframework.beans.factory.BeanNameAware
PublishingProcessors.| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
order |
SITE_NAME_PREVIEW| Constructor and Description |
|---|
AbstractPublishingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
get the process's name
|
int |
getOrder()
get the order value for ordering in the list of processors.
|
void |
setBeanName(String name) |
void |
setOrder(int order) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoProcessprotected String name
protected int order
public String getName()
PublishingProcessorgetName in interface PublishingProcessorpublic void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic int getOrder()
PublishingProcessorgetOrder in interface PublishingProcessorpublic void setOrder(int order)
Copyright © 2017 CrafterCMS. All rights reserved.