public class GenericUIServiceImpl extends org.nuxeo.runtime.model.DefaultComponent implements GenericUIService
| Constructor and Description |
|---|
GenericUIServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.nuxeo.runtime.model.ComponentContext context) |
void |
addGenericUIElements(GenericLayoutsDescriptor genericLayoutsDescriptor)
Méthode permettant d'jouter dans des vues des documents des layouts génériques
ou transverses à tous les documents.
|
void |
applicationStarted(org.nuxeo.runtime.model.ComponentContext context) |
void |
registerContribution(Object contribution,
String extensionPoint,
org.nuxeo.runtime.model.ComponentInstance contributor) |
public void activate(org.nuxeo.runtime.model.ComponentContext context)
throws Exception
activate in interface org.nuxeo.runtime.model.Componentactivate in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor) throws Exception
registerContribution in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void applicationStarted(org.nuxeo.runtime.model.ComponentContext context)
throws Exception
applicationStarted in interface org.nuxeo.runtime.model.ComponentapplicationStarted in class org.nuxeo.runtime.model.DefaultComponentExceptionpublic void addGenericUIElements(GenericLayoutsDescriptor genericLayoutsDescriptor) throws Exception
GenericUIServiceaddGenericUIElements in interface GenericUIServiceExceptionCopyright © 2019. All rights reserved.