Class RenditionObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.webengine.model.impl.DefaultObject
org.nuxeo.ecm.restapi.server.jaxrs.rendition.RenditionObject
- Since:
- 8.2
-
Field Summary
Modifier and TypeFieldDescriptionprotected DocumentModel
static final String
protected String
protected javax.servlet.http.HttpServletRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoGet
(javax.ws.rs.core.Request request, boolean sync) <A> A
getAdapter
(Class<A> adapter) Returns an object which is an instance of the given class associated with this object.protected Blob
protected Blob
protected void
initialize
(Object... args) Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Field Details
-
LEGACY_RENDERING_PROP
- See Also:
-
servletRequest
@Context protected javax.servlet.http.HttpServletRequest servletRequest -
renditionName
-
doc
-
-
Constructor Details
-
RenditionObject
public RenditionObject()
-
-
Method Details
-
initialize
- Overrides:
initialize
in classAbstractResource<ResourceTypeImpl>
-
getAdapter
Description copied from interface:Adaptable
Returns an object which is an instance of the given class associated with this object. Returnsnull
if no such object can be found.- Specified by:
getAdapter
in interfaceAdaptable
- Overrides:
getAdapter
in classAbstractResource<ResourceTypeImpl>
- Parameters:
adapter
- the adapter class to look up- Returns:
- a object castable to the given class, or
null
if this object does not have an adapter for the given class
-
getLegacyRenditionBlob
-
getRenditionBlob
-
doGet
-