public class PodCastActionInfo extends ExtensionInfo<PodCastAction>
PodCastAction
Modifier and Type | Field and Description |
---|---|
static ParameterType |
PARAM_EXTENSIONS_KEY
Parameter type information for the parameter that specifies a comma separated list of media file extensions to accept
|
static ParameterType |
PARAM_FEED_DESCRIPTION_KEY
Parameter type information for the parameter that specifies a description to the RSS feed
|
static ParameterType |
PARAM_FEED_TITLE_KEY
Parameter type information for the parameter that specifies a title to the RSS feed
|
static ParameterType |
PARAM_FILE_LOCATION
Parameter type information for the parameter that specifies the location of the RSS feed relative to the root of the media directory.
|
static ParameterType |
PARAM_MEDIA_DIR_URL
Parameter type information for the parameter that specifies the the URL used to find the root media directory
|
static ParameterType |
PARAM_NUMBER_ENTRIES
Parameter type information for the parameter that specifies the maximum number of entries in the feed
|
static ParameterType |
PARAM_RESTRICT_PATTERN
Parameter type information for the parameter that can be used to restrict the media files
|
Constructor and Description |
---|
PodCastActionInfo()
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected PodCastAction |
createExtension(Controller controller)
Used to create the extension
|
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
public static final ParameterType PARAM_MEDIA_DIR_URL
public static final ParameterType PARAM_NUMBER_ENTRIES
public static final ParameterType PARAM_FILE_LOCATION
public static final ParameterType PARAM_RESTRICT_PATTERN
public static final ParameterType PARAM_EXTENSIONS_KEY
public static final ParameterType PARAM_FEED_TITLE_KEY
public static final ParameterType PARAM_FEED_DESCRIPTION_KEY
protected PodCastAction createExtension(Controller controller)
ExtensionInfo
createExtension
in class ExtensionInfo<PodCastAction>