railo.runtime.tag
Class VideoPlayerJW

java.lang.Object
  extended by railo.runtime.ext.tag.TagSupport
      extended by railo.runtime.ext.tag.BodyTagSupport
          extended by railo.runtime.tag.VideoPlayerJW
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class VideoPlayerJW
extends BodyTagSupport

implementation of the tag Compiler


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
VideoPlayerJW()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setAlign(String strAlign)
           
 void setAllowfullscreen(boolean allowfullscreen)
           
 void setAutostart(boolean autostart)
           
 void setBackground(String color)
           
 void setBackgroundcolor(String color)
           
 void setBgcolor(String color)
           
 void setDebug(boolean debug)
           
 void setDownload(boolean download)
           
 void setFgcolor(String color)
           
 void setForeground(String color)
           
 void setForegroundcolor(String color)
           
 void setGroup(boolean group)
           
 void setHeight(String strHeight)
           
 void setId(String id)
           
 void setLightcolor(String color)
           
 void setLinkfromdisplay(boolean linkfromdisplay)
           
 void setLinktarget(String target)
           
 void setOverstretch(String overstretch)
           
 void setPassthrough(Struct passthrough)
           
 void setPlaylist(String strPlaylist)
           
 void setPlaylistsize(double playlistSize)
           
 void setPlaylistthumbnails(boolean playlistThumbnails)
           
 void setPreview(String preview)
           
 void setScreencolor(String color)
           
 void setShowpause(String showPause)
           
 void setShowplay(String showPlay)
           
 void setShowtimeline(String showTimeline)
           
 void setTarget(String target)
           
 void setThumbnails(boolean playlistThumbnails)
           
 void setThumbs(boolean playlistThumbnails)
           
 void setVideo(String video)
           
 void setWidth(String strWidth)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagSupport
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagSupport
getParent, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

VideoPlayerJW

public VideoPlayerJW()
Method Detail

release

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

setVideo

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

setAutostart

public void setAutostart(boolean autostart)
Parameters:
autostart - the autostart to set

setShowplay

public void setShowplay(String showPlay)
                 throws PageException
Parameters:
showPlay - the showPlay to set
Throws:
PageException

setId

public void setId(String id)
           throws PageException
Throws:
PageException

setShowpause

public void setShowpause(String showPause)
                  throws PageException
Parameters:
showPause - the showPause to set
Throws:
PageException

setShowtimeline

public void setShowtimeline(String showTimeline)
                     throws PageException
Parameters:
showTimeline - the showTimeline to set
Throws:
PageException

setBgcolor

public void setBgcolor(String color)
                throws PageException
Parameters:
color - the background color to set
Throws:
PageException

setBackgroundcolor

public void setBackgroundcolor(String color)
                        throws PageException
Throws:
PageException

setBackground

public void setBackground(String color)
                   throws PageException
Throws:
PageException

setScreencolor

public void setScreencolor(String color)
                    throws PageException
Throws:
PageException

setLightcolor

public void setLightcolor(String color)
                   throws PageException
Throws:
PageException

setFgcolor

public void setFgcolor(String color)
                throws PageException
Parameters:
color - the background color to set
Throws:
PageException

setForeground

public void setForeground(String color)
                   throws PageException
Throws:
PageException

setForegroundcolor

public void setForegroundcolor(String color)
                        throws PageException
Throws:
PageException

setWidth

public void setWidth(String strWidth)
Parameters:
width - the width to set

setHeight

public void setHeight(String strHeight)
Parameters:
height - the height to set

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()

doEndTag

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

setDebug

public void setDebug(boolean debug)
Parameters:
debug - the debug to set

setPassthrough

public void setPassthrough(Struct passthrough)
Parameters:
passthrough - the passthrough to set

setPreview

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

setAllowfullscreen

public void setAllowfullscreen(boolean allowfullscreen)
Parameters:
allowfullscreen - the allowfullscreen to set

setAlign

public void setAlign(String strAlign)
              throws ApplicationException
Throws:
ApplicationException

setGroup

public void setGroup(boolean group)
Parameters:
group - the group to set

setLinktarget

public void setLinktarget(String target)

setTarget

public void setTarget(String target)

setLinkfromdisplay

public void setLinkfromdisplay(boolean linkfromdisplay)

setPlaylistthumbnails

public void setPlaylistthumbnails(boolean playlistThumbnails)
Parameters:
playlistThumbnails - the playlistThumbnails to set

setThumbnails

public void setThumbnails(boolean playlistThumbnails)

setThumbs

public void setThumbs(boolean playlistThumbnails)

setPlaylistsize

public void setPlaylistsize(double playlistSize)
                     throws ApplicationException
Parameters:
playlistSize - the playlistSize to set
Throws:
ApplicationException

setPlaylist

public void setPlaylist(String strPlaylist)
                 throws PageException
Parameters:
playlist - the playlist to set
Throws:
PageException

setOverstretch

public void setOverstretch(String overstretch)
                    throws PageException
Parameters:
overstretch - the overstretch to set
Throws:
PageException

setDownload

public void setDownload(boolean download)
Parameters:
download - the download to set


Copyright © 2012 Railo