Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.rendering
Class APIHelper

java.lang.Object
  extended by org.nuxeo.ecm.webengine.rendering.APIHelper
All Implemented Interfaces:
RenderingExtensionFactory

public class APIHelper
extends Object
implements RenderingExtensionFactory

Author:
Bogdan Stefanescu

Field Summary
static Comparator<DocumentType> DOCTYPE_COMPARATOR
           
static APIHelper INSTANCE
           
 
Constructor Summary
APIHelper()
           
 
Method Summary
 Object createTemplate()
           
static org.osgi.framework.Bundle[] getBundles()
           
static Collection<RegistrationInfo> getComponents()
           
static Collection<ComponentName> getPendingComponents()
           
static DocumentType[] getSortedDocumentTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final APIHelper INSTANCE

DOCTYPE_COMPARATOR

public static final Comparator<DocumentType> DOCTYPE_COMPARATOR
Constructor Detail

APIHelper

public APIHelper()
Method Detail

createTemplate

public Object createTemplate()
Specified by:
createTemplate in interface RenderingExtensionFactory

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()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.