public interface Scene7FlashTemplatesService
Scene7FlashTemplatesService
provides a way to interact with flash templates (dynamic banners) served by the Scene7 service.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_REFERENCE |
static java.lang.String |
FLASH_OUTPUT_TYPE |
static java.lang.String |
MANUAL_MODIFIERS |
static java.lang.String |
MODIFIERS |
static java.lang.String |
OUTPUT_TYPE |
static java.lang.String |
SCR_PROP_DEFAULT_REPLACE_BITMAP_INSTANCE |
static java.lang.String |
SCR_PROP_DEFAULT_REPLACE_SYMBOL_INSTANCE |
static java.lang.String |
SCR_PROP_DEFAULT_REPLACE_TEXT_INSTANCE |
static java.lang.String |
SCR_PROP_DEFAULT_REPLACE_URLS |
static java.lang.String |
SCR_PROP_DEFAULT_URL_FORMAT_PARAMETER |
static java.lang.String |
SCR_PROP_NAME_REPLACE_BITMAP_INSTANCE |
static java.lang.String |
SCR_PROP_NAME_REPLACE_SYMBOL_INSTANCE |
static java.lang.String |
SCR_PROP_NAME_REPLACE_TEXT_INSTANCE |
static java.lang.String |
SCR_PROP_NAME_REPLACE_URLS |
static java.lang.String |
SCR_PROP_NAME_URL_FORMAT_PARAMETER |
Modifier and Type | Method and Description |
---|---|
JSONObject |
getFlashTemplateAssets(Resource resource,
FlashTemplateAssetConstants assetType)
Queries the path to a Scene7 dynamic banner asset and retrieves the banner's assets as a JSON object.
|
java.lang.String |
getFlashTemplateModifyURL(Resource resource)
Given a Resource representing an abstractization of a flash template's elements, this method will return the URL needed for
dynamically modifying the template using the S7 services.
|
boolean |
renderAsHTML(Resource resource)
Based on a Resource abstractisation of a flash template will return true only if the selected rendering format is not Flash
|
static final java.lang.String MODIFIERS
static final java.lang.String FILE_REFERENCE
static final java.lang.String MANUAL_MODIFIERS
static final java.lang.String OUTPUT_TYPE
static final java.lang.String FLASH_OUTPUT_TYPE
static final java.lang.String SCR_PROP_NAME_URL_FORMAT_PARAMETER
static final java.lang.String SCR_PROP_DEFAULT_URL_FORMAT_PARAMETER
static final java.lang.String SCR_PROP_NAME_REPLACE_TEXT_INSTANCE
static final java.lang.String SCR_PROP_DEFAULT_REPLACE_TEXT_INSTANCE
static final java.lang.String SCR_PROP_NAME_REPLACE_SYMBOL_INSTANCE
static final java.lang.String SCR_PROP_DEFAULT_REPLACE_SYMBOL_INSTANCE
static final java.lang.String SCR_PROP_NAME_REPLACE_BITMAP_INSTANCE
static final java.lang.String SCR_PROP_DEFAULT_REPLACE_BITMAP_INSTANCE
static final java.lang.String SCR_PROP_NAME_REPLACE_URLS
static final java.lang.String SCR_PROP_DEFAULT_REPLACE_URLS
JSONObject getFlashTemplateAssets(Resource resource, FlashTemplateAssetConstants assetType)
resource
- the resource identifying the dynamic bannerassetType
- the asset type for which the JSON object should be builtjava.lang.String getFlashTemplateModifyURL(Resource resource)
resource
- the Resource representing the flash templateboolean renderAsHTML(Resource resource)
resource
- the Resource representing the flash template"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"