Class MediaContentTagHandler
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.sling.atom.taglib.AbstractAbderaHandler
-
- org.apache.sling.atom.taglib.media.MediaContentTagHandler
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.BodyTag,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
@Deprecated public class MediaContentTagHandler extends AbstractAbderaHandler
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MediaContentTagHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intdoEndTag()Deprecated.intdoStartTag()Deprecated.intgetBitrate()Deprecated.intgetChannels()Deprecated.intgetDuration()Deprecated.StringgetExpression()Deprecated.longgetFileSize()Deprecated.intgetFramerate()Deprecated.intgetHeight()Deprecated.StringgetIsDefault()Deprecated.StringgetMedium()Deprecated.doublegetSamplingrate()Deprecated.StringgetType()Deprecated.StringgetUrl()Deprecated.intgetWidth()Deprecated.voidsetBitrate(int bitrate)Deprecated.voidsetChannels(int channels)Deprecated.voidsetDuration(int duration)Deprecated.voidsetExpression(String expression)Deprecated.voidsetFileSize(long fileSize)Deprecated.voidsetFramerate(int framerate)Deprecated.voidsetHeight(int height)Deprecated.voidsetIsDefault(String isDefault)Deprecated.voidsetMedium(String medium)Deprecated.voidsetSamplingrate(double samplingrate)Deprecated.voidsetType(String type)Deprecated.voidsetUrl(String url)Deprecated.voidsetWidth(int width)Deprecated.-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspExceptionDeprecated.- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.BodyTagSupport- Throws:
javax.servlet.jsp.JspException
-
doStartTag
public int doStartTag()
Deprecated.- Specified by:
doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjavax.servlet.jsp.tagext.BodyTagSupport
-
getUrl
public String getUrl()
Deprecated.
-
setUrl
public void setUrl(String url)
Deprecated.
-
getFileSize
public long getFileSize()
Deprecated.
-
setFileSize
public void setFileSize(long fileSize)
Deprecated.
-
getType
public String getType()
Deprecated.
-
setType
public void setType(String type)
Deprecated.
-
getMedium
public String getMedium()
Deprecated.
-
setMedium
public void setMedium(String medium)
Deprecated.
-
getIsDefault
public String getIsDefault()
Deprecated.
-
setIsDefault
public void setIsDefault(String isDefault)
Deprecated.
-
getExpression
public String getExpression()
Deprecated.
-
setExpression
public void setExpression(String expression)
Deprecated.
-
getBitrate
public int getBitrate()
Deprecated.
-
setBitrate
public void setBitrate(int bitrate)
Deprecated.
-
getSamplingrate
public double getSamplingrate()
Deprecated.
-
setSamplingrate
public void setSamplingrate(double samplingrate)
Deprecated.
-
getFramerate
public int getFramerate()
Deprecated.
-
setFramerate
public void setFramerate(int framerate)
Deprecated.
-
getChannels
public int getChannels()
Deprecated.
-
setChannels
public void setChannels(int channels)
Deprecated.
-
getDuration
public int getDuration()
Deprecated.
-
setDuration
public void setDuration(int duration)
Deprecated.
-
getHeight
public int getHeight()
Deprecated.
-
setHeight
public void setHeight(int height)
Deprecated.
-
getWidth
public int getWidth()
Deprecated.
-
setWidth
public void setWidth(int width)
Deprecated.
-
-