public class RenditionObject extends DefaultObject
Modifier and Type | Field and Description |
---|---|
protected DocumentModel |
doc |
protected String |
renditionName |
Constructor and Description |
---|
RenditionObject() |
Modifier and Type | Method and Description |
---|---|
Object |
doGet(javax.ws.rs.core.Request request) |
<A> A |
getAdapter(Class<A> adapter)
Returns an object which is an instance of the given class associated with this object.
|
protected Blob |
getRenditionBlob() |
protected void |
initialize(Object... args) |
disptachAdapter, isAdapter
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
protected String renditionName
protected DocumentModel doc
public RenditionObject()
protected void initialize(Object... args)
initialize
in class AbstractResource<ResourceTypeImpl>
public <A> A getAdapter(Class<A> adapter)
Adaptable
null
if no such object can be found.getAdapter
in interface Adaptable
getAdapter
in class AbstractResource<ResourceTypeImpl>
adapter
- the adapter class to look upnull
if this object does not have an adapter for
the given classprotected Blob getRenditionBlob()
Copyright © 2019 Nuxeo. All rights reserved.