|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputEntityTransformer | |
|---|---|
| org.exoplatform.services.rest | Representational State Transfer (REST) is a style of software architecture for distributed
hypermedia systems such as the World Wide Web. This package consists one of implementation REST style architecture. |
| org.exoplatform.services.rest.container | |
| org.exoplatform.services.rest.transformer | |
| org.exoplatform.ws.frameworks.json.transformer | |
| Uses of OutputEntityTransformer in org.exoplatform.services.rest |
|---|
| Methods in org.exoplatform.services.rest that return OutputEntityTransformer | |
|---|---|
OutputEntityTransformer |
Response.getTransformer()
Get an entity transformer. |
| Methods in org.exoplatform.services.rest with parameters of type OutputEntityTransformer | |
|---|---|
void |
Response.setTransformer(OutputEntityTransformer transformer)
Set entity transformer. |
Response.Builder |
Response.Builder.transformer(OutputEntityTransformer trf)
set OutputEntityTransformer. |
| Constructors in org.exoplatform.services.rest with parameters of type OutputEntityTransformer | |
|---|---|
Response(int status,
MultivaluedMetadata responseHeaders,
Object entity,
List<Cookie> cookies,
OutputEntityTransformer transformer,
Map<String,String> transformerParameters)
|
|
| Uses of OutputEntityTransformer in org.exoplatform.services.rest.container |
|---|
| Methods in org.exoplatform.services.rest.container that return types with arguments of type OutputEntityTransformer | |
|---|---|
Class<? extends OutputEntityTransformer> |
HTTPAnnotatedContainerResolvingStrategy.HTTPResourceDescriptor.getOutputTransformerType()
Return Class of OutputEntityTransformer. |
Class<? extends OutputEntityTransformer> |
ResourceDescriptor.getOutputTransformerType()
Return Class of OutputEntityTransformer. |
| Uses of OutputEntityTransformer in org.exoplatform.services.rest.transformer |
|---|
| Subclasses of OutputEntityTransformer in org.exoplatform.services.rest.transformer | |
|---|---|
class |
JAXBOutputTransformer
Write given Object OututStream using JAXB transformation. |
class |
PassthroughOutputTransformer
This transformer read data from given InputStream and write it to OutputStream. |
class |
SerializableTransformer
This type of transformers can work with objects which implement interface SerializableEntity. |
class |
StringOutputTransformer
This type of transformer can write java.lang.String objects in output stream. |
class |
XMLOutputTransformer
This type of transformer can write XML in output stream. |
class |
XSLT4DOMOutputTransformer
This type of transformer can transform given XML to other mime-type and write it to output stream. |
class |
XSLT4SourceOutputTransformer
|
| Uses of OutputEntityTransformer in org.exoplatform.ws.frameworks.json.transformer |
|---|
| Subclasses of OutputEntityTransformer in org.exoplatform.ws.frameworks.json.transformer | |
|---|---|
class |
Bean2JsonOutputTransformer
Created by The eXo Platform SARL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||