public interface TransformationSourceOptions extends Serializable, org.gytheio.util.Mergable<TransformationSourceOptions>
See PagedSourceOptions for an example implementation that
describes the page number that should be used from the source content.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransformationSourceOptions.TransformationSourceOptionsSerializer
Defines methods for serializing the source options into a parameter map and
deserializing from a serialized options accessor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getApplicableMediaTypes()
Gets the list of applicable media types (mimetypes)
|
TransformationSourceOptions.TransformationSourceOptionsSerializer |
getSerializer()
Gets the serializer for the source options.
|
boolean |
isApplicableForMediaType(String mediaType)
Gets whether or not these transformation source options apply for the
given media type (mimetype)
|
List<String> getApplicableMediaTypes()
boolean isApplicableForMediaType(String mediaType)
mediaType - the media type of the sourceTransformationSourceOptions.TransformationSourceOptionsSerializer getSerializer()
Copyright © 2017 Alfresco Software. All rights reserved.