railo.runtime.tag
Class VideoPlayerParamBean

java.lang.Object
  extended by railo.runtime.tag.VideoPlayerParamBean

public class VideoPlayerParamBean
extends Object


Field Summary
static int NONE
           
 
Constructor Summary
VideoPlayerParamBean()
           
 
Method Summary
 String getAuthor()
           
 Resource getFlash()
           
 Resource getImage()
           
 int getIndex()
           
 String getLink()
           
 String getPath()
           
 String getPathFlash()
           
 String getPathVideo()
           
 Resource getResource()
           
 Range getShow()
           
 String getTitle()
           
 Resource getVideo()
           
 void release()
           
 void setAuthor(String author)
           
 void setFlash(PageContext pc, String flash)
           
 void setFlash(Resource flash, String pathFlash)
           
 void setImage(PageContext pc, String image)
           
 void setIndex(int index)
           
 void setLink(String link)
           
 void setShow(Range show)
           
 void setShow(String show)
           
 void setTitle(String title)
           
 void setVideo(PageContext pc, String video)
           
 void setVideo(Resource video, String pathVideo)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values
Constructor Detail

VideoPlayerParamBean

public VideoPlayerParamBean()
Method Detail

release

public void release()

getVideo

public Resource getVideo()
Returns:
the video

getResource

public Resource getResource()

setVideo

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

setVideo

public void setVideo(PageContext pc,
                     String video)
              throws PageException
Throws:
PageException

getFlash

public Resource getFlash()
Returns:
the flash

setFlash

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

setFlash

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

getShow

public Range getShow()
Returns:
the show

setShow

public void setShow(String show)
             throws PageException
Throws:
PageException

setShow

public void setShow(Range show)

getIndex

public int getIndex()
Returns:
the index

setIndex

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

getPathVideo

public String getPathVideo()
Returns:
the pathVideo

getPathFlash

public String getPathFlash()
Returns:
the pathFlash

getPath

public String getPath()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

setImage

public void setImage(PageContext pc,
                     String image)
              throws PageException
Throws:
PageException

getImage

public Resource getImage()
Returns:
the image

getLink

public String getLink()
Returns:
the link

setLink

public void setLink(String link)
Parameters:
link - the link to set

getAuthor

public String getAuthor()
Returns:
the author

setAuthor

public void setAuthor(String author)
Parameters:
author - the author to set


Copyright © 2012 Railo