railo.runtime.tag
Class VideoPlayerParam

java.lang.Object
  extended by railo.runtime.ext.tag.TagSupport
      extended by railo.runtime.tag.VideoPlayerParam
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class VideoPlayerParam
extends TagSupport

implementation of the tag Compiler


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
VideoPlayerParam()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setAuthor(String author)
           
 void setFlash(String flash)
           
 void setImage(String preview)
           
 void setIndex(double dIndex)
           
 void setLink(String link)
           
 void setPreview(String preview)
           
 void setShow(String show)
           
 void setTitle(String title)
           
 void setVideo(String video)
           
 
Methods inherited from class railo.runtime.ext.tag.TagSupport
doEndTag, getParent, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoPlayerParam

public VideoPlayerParam()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagSupport
See Also:
Tag.release()

setVideo

public void setVideo(String video)
              throws PageException
Parameters:
video - the video to set
Throws:
PageException

setFlash

public void setFlash(String flash)
              throws PageException
Parameters:
flash - the flash to set
Throws:
PageException

setShow

public void setShow(String show)
             throws PageException
Parameters:
show - the show to set
Throws:
PageException

setIndex

public void setIndex(double dIndex)
              throws PageException
Parameters:
index - the index to set
Throws:
PageException

setTitle

public void setTitle(String title)

setPreview

public void setPreview(String preview)
                throws PageException
Parameters:
preview - the preview to set
Throws:
PageException

setImage

public void setImage(String preview)
              throws PageException
Throws:
PageException

setLink

public void setLink(String link)

setAuthor

public void setAuthor(String author)

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagSupport
Throws:
PageException
See Also:
Tag.doStartTag()


Copyright © 2012 Railo