public interface I_CmsPublishResourceFormatter
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPublishResource> |
getPublishResources()
Gets the publish resource beans created by this formatter.
|
void |
initialize(CmsPublishOptions options,
CmsPublishRelationFinder.ResourceMap resources)
Initializes the formatter.
|
java.util.List<CmsPublishResource> getPublishResources() throws CmsException
CmsException - if something goes wrongvoid initialize(CmsPublishOptions options, CmsPublishRelationFinder.ResourceMap resources) throws CmsException
options - the publish optionsresources - the publish resourcesCmsException - in case something goes wrong