public class TransformerSelectorImplOriginal extends java.lang.Object implements TransformerSelector
| Constructor and Description |
|---|
TransformerSelectorImplOriginal() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
selectTransformers(java.lang.String sourceMimetype,
long sourceSize,
java.lang.String targetMimetype,
TransformationOptions options)
Returns a sorted list of transformers that identifies the order in which transformers
should be tried.
|
void |
setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry) |
public void setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry)
public java.util.List selectTransformers(java.lang.String sourceMimetype,
long sourceSize,
java.lang.String targetMimetype,
TransformationOptions options)
TransformerSelectorselectTransformers in interface TransformerSelectoroptions - transformation optionsCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.