Class APIHelper
- java.lang.Object
-
- org.nuxeo.ecm.webengine.rendering.APIHelper
-
- All Implemented Interfaces:
RenderingExtensionFactory
public class APIHelper extends Object implements RenderingExtensionFactory
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<DocumentType>
DOCTYPE_COMPARATOR
static APIHelper
INSTANCE
-
Constructor Summary
Constructors Constructor Description APIHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
createTemplate()
static org.osgi.framework.Bundle[]
getBundles()
static Collection<RegistrationInfo>
getComponents()
static Collection<ComponentName>
getPendingComponents()
static DocumentType[]
getSortedDocumentTypes()
-
-
-
Field Detail
-
INSTANCE
public static final APIHelper INSTANCE
-
DOCTYPE_COMPARATOR
public static final Comparator<DocumentType> DOCTYPE_COMPARATOR
-
-
Method Detail
-
createTemplate
public Object createTemplate()
- Specified by:
createTemplate
in interfaceRenderingExtensionFactory
-
getSortedDocumentTypes
public static DocumentType[] getSortedDocumentTypes()
-
getBundles
public static org.osgi.framework.Bundle[] getBundles()
-
getComponents
public static Collection<RegistrationInfo> getComponents()
-
getPendingComponents
public static Collection<ComponentName> getPendingComponents()
-
-