public class PublicationPresentationServiceImpl extends Object implements PublicationPresentationService
| Constructor and Description |
|---|
PublicationPresentationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPublicationPlugin(PublicationPlugin p)
Add a Publication Plugin to the service.
|
org.exoplatform.webui.form.UIForm |
getStateUI(javax.jcr.Node node,
org.exoplatform.webui.core.UIComponent component)
Retrieves the WebUI form corresponding to the current state of the
specified node.
|
public org.exoplatform.webui.form.UIForm getStateUI(javax.jcr.Node node,
org.exoplatform.webui.core.UIComponent component)
throws NotInPublicationLifecycleException,
Exception
PublicationPresentationServicegetStateUI in interface PublicationPresentationServicenode - the Node from which the state UI should be retrievedNotInPublicationLifecycleException - in case the Node has not
been registered in any lifecycle yet (in other words, if no publication
mixin has been found).Exceptionpublic void addPublicationPlugin(PublicationPlugin p)
addPublicationPlugin in interface PublicationPresentationServicep - the plugin to addCopyright © 2003–2019 eXo Platform SAS. All rights reserved.