|
See PagedSourceOptions for an example implementation that describes the page number that should be used from the source content.
Nested Class Summary | ||
static interface |
TransformationSourceOptions.TransformationSourceOptionsSerializer Defines methods for serializing the source options into a parameter map and deserializing from a serialized options accessor. |
Method Summary | ||
getApplicabledMimetypes() | ||
getApplicableMimetypes() Gets the list of applicable mimetypes |
||
getSerializer() Gets the serializer for the source options. |
||
boolean |
isApplicableForMimetype(String mimetype) Gets whether or not these transformation source options apply for the given mimetype |
|
mergedOptions(TransformationSourceOptions overridingOptions) Creates a new TransformationSourceOptions object from this one, merging any non-null overriding fields in the given overridingOptions |
TransformationSourceOptions
object from this
one, merging any non-null overriding fields in the given
overridingOptions
TransformationSourceOptions
object
|