Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements RenderingExtensionFactory

Author:
Bogdan Stefanescu

Field Summary
static java.util.Comparator<DocumentType> DOCTYPE_COMPARATOR
           
static APIHelper INSTANCE
           
 
Constructor Summary
APIHelper()
           
 
Method Summary
 java.lang.Object createTemplate()
           
static org.osgi.framework.Bundle[] getBundles()
           
static java.util.Collection<RegistrationInfo> getComponents()
           
static java.util.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 java.util.Comparator<DocumentType> DOCTYPE_COMPARATOR
Constructor Detail

APIHelper

public APIHelper()
Method Detail

createTemplate

public java.lang.Object createTemplate()
Specified by:
createTemplate in interface RenderingExtensionFactory

getSortedDocumentTypes

public static DocumentType[] getSortedDocumentTypes()

getBundles

public static org.osgi.framework.Bundle[] getBundles()

getComponents

public static java.util.Collection<RegistrationInfo> getComponents()

getPendingComponents

public static java.util.Collection<ComponentName> getPendingComponents()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.