com.adobe.cq.mcm.campaign.Publisher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
package com.adobe.cq.mcm.campaign;
import org.apache.sling.api.resource.Resource;
/**
* Service to publish a page and all dependencies.
*/
public interface Publisher {
/**
* Publishes the page represented by the specified resource.
*
* @param resource The page to publish
* @throws NewsletterException if the Newsletter could not be published
*/
void publish(Resource resource) throws NewsletterException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy