Package | Description |
---|---|
com.wewebu.ow.server.servlets | |
com.wewebu.service.rendition | |
com.wewebu.service.rendition.impl |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OwRenditionServlet.sendRendition(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
OwRenditionServiceProvider prov,
OwRenditionService service,
OwObject obj,
String renditionType) |
Modifier and Type | Interface and Description |
---|---|
interface |
OwConfigurableRenditionService
Interface of RenditionService to configure the service
|
Modifier and Type | Method and Description |
---|---|
OwRenditionService |
OwRenditionServiceProvider.getFallbackRendtionService() |
OwRenditionService |
OwRenditionServiceProvider.getRendtionService(OwObject obj)
Get a rendition service for provided object.
|
Modifier and Type | Class and Description |
---|---|
class |
OwAbstractRenditionService
Abstract implementation of OwRendtionService, with default implementations throwing exception.
|
class |
OwNoRenditionService
Service which will be returned in case no Rendition Service are available.
|
class |
OwSymbolicRenditionService
Symbolic rendition service representation.
|
Modifier and Type | Method and Description |
---|---|
protected OwRenditionService |
OwSimpleRenditionServiceProvider.createRenditionService(String fullServiceName) |
OwRenditionService |
OwSimpleRenditionServiceProvider.getFallbackRendtionService() |
OwRenditionService |
OwSimpleRenditionServiceProvider.getRendtionService(OwObject obj) |
protected OwRenditionService |
OwSimpleRenditionServiceProvider.initRendtionService(String mappingPrefix) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.