Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.rendering.impl
Class RenderingEngineDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.rendering.impl.RenderingEngineDescriptor

public class RenderingEngineDescriptor
extends java.lang.Object

Rendering Engine Descriptor objects instantiated with configuration from contributions like:

  <engine name=”the_format_name” class=”rendering_engine_impl_class”/>
 
. Also instantiate rendering engine as defined in contribution.

Author:
Dragos Mihalache

Constructor Summary
RenderingEngineDescriptor()
           
 
Method Summary
 java.lang.Class<?> getEngineClass()
           
 java.lang.String getFormat()
           
 RenderingEngine newInstance()
           
 void setFormat(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderingEngineDescriptor

public RenderingEngineDescriptor()
Method Detail

getFormat

public java.lang.String getFormat()

setFormat

public void setFormat(java.lang.String name)

getEngineClass

public java.lang.Class<?> getEngineClass()

newInstance

public RenderingEngine newInstance()
                            throws java.lang.InstantiationException,
                                   java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.