Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class RenderingEngineDescriptor
extends 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
 Class<?> getEngineClass()
           
 String getFormat()
           
 RenderingEngine newInstance()
           
 void setFormat(String name)
           
 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 String getFormat()

setFormat

public void setFormat(String name)

getEngineClass

public Class<?> getEngineClass()

newInstance

public RenderingEngine newInstance()
                            throws InstantiationException,
                                   IllegalAccessException
Throws:
InstantiationException
IllegalAccessException

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.