Class RenderingEngineDescriptor
- java.lang.Object
-
- 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
Constructors Constructor Description RenderingEngineDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getEngineClass()
String
getFormat()
RenderingEngine
newInstance()
void
setFormat(String name)
String
toString()
-
-
-
Method Detail
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String name)
-
getEngineClass
public Class<?> getEngineClass()
-
newInstance
public RenderingEngine newInstance() throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-