public class VideoPlayerParamBean extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NONE |
Constructor and Description |
---|
VideoPlayerParamBean() |
Modifier and Type | Method and Description |
---|---|
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() |
public static final int NONE
public VideoPlayerParamBean()
public void release()
public Resource getResource()
public void setVideo(Resource video, String pathVideo) throws PageException
video
- the video to setpathVideo
- PageException
public void setVideo(PageContext pc, String video) throws PageException
PageException
public void setFlash(Resource flash, String pathFlash) throws PageException
flash
- the flash to setPageException
public void setFlash(PageContext pc, String flash) throws PageException
flash
- the flash to setPageException
public void setShow(String show) throws PageException
PageException
public int getIndex()
public void setIndex(int index) throws PageException
index
- the index to setPageException
public String getPathVideo()
public String getPathFlash()
public void setImage(PageContext pc, String image) throws PageException
PageException
Copyright © 2015 Lucee