Defines the names of custom Java classes that implement plugin interfaces.
Plugins are not supported by Mobile Portal Accelerator.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
add-device-capability-parameter | Controls whether or not the asset-transcoder plugin passes device capability information to ICS by adding a parameter to URLs for convertible images. If the setting is 'true' then it adds thev.dc parameter, otherwise it does not. | xs:boolean | false | optional | |
asset-transcoder | The custom Java class name that implements the interface com.volantis.mcs.integration.PluggableAssetTranscoder | xs:string | none | optional | |
asset-url-rewriter | The custom Java class name that implements the interface com.volantis.mcs.integration.AssetURLRewriter | xs:string | none | optional | |
page-url-rewriter | The custom Java class name that implements the interface com.volantis.mcs.integration.PageURLRewriter | xs:string | none | optional | |
url-rewriter | The custom Java class name that implements the interface com.volantis.mcs.integration.URLRewriter | xs:string | none | optional |
<plugins asset-transcoder="ASSET_TRANSCODER_CLASS"
asset-url-rewriter="ASSET_URL_REWRITER_CLASS"
page-url-rewriter="PAGE_URL_REWRITER_CLASS"
url-rewriter="URL_REWRITER_CLASS"/>