Package com.adobe.cq.mcm.campaign
Interface Publisher
-
public interface Publisher
Service to publish a page and all dependencies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
publish(Resource resource)
Publishes the page represented by the specified resource.
-
-
-
Method Detail
-
publish
void publish(Resource resource) throws NewsletterException
Publishes the page represented by the specified resource.- Parameters:
resource
- The page to publish- Throws:
NewsletterException
- if the Newsletter could not be published
-
-