|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.extensions.ExtensionInfo<PodCastAction>
org.stanwood.media.actions.podcast.PodCastActionInfo
public class PodCastActionInfo
Extension information about the action PodCastAction
Field Summary | |
---|---|
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 Summary | |
---|---|
PodCastActionInfo()
The constructor |
Method Summary | |
---|---|
protected PodCastAction |
createExtension()
Used to create the extension |
Methods inherited from class org.stanwood.media.extensions.ExtensionInfo |
---|
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public PodCastActionInfo()
Method Detail |
---|
protected PodCastAction createExtension()
ExtensionInfo
createExtension
in class ExtensionInfo<PodCastAction>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |