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, isAdaptercheckGuard, 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, toStringprotected String renditionName
protected DocumentModel doc
public RenditionObject()
protected void initialize(Object... args)
initialize in class AbstractResource<ResourceTypeImpl>public <A> A getAdapter(Class<A> adapter)
Adaptablenull
if no such object can be found.getAdapter in interface AdaptablegetAdapter 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 © 2016 Nuxeo SA. All rights reserved.