|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.Applet
public final class Applet
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Applet()
constructor for the tag class |
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setAlign(String align)
set the value align Alignment |
void |
setAppletsource(String appletsource)
set the value appletsource The name of the registered applet. |
void |
setHeight(double height)
set the value height The height of the applet, in pixels. |
void |
setHspace(double hspace)
set the value hspace Space on each side of the applet, in pixels. |
void |
setName(String name)
set the value name The form variable name for the applet. |
void |
setNotsupported(String notsupported)
set the value notsupported The text to display if a page containing a Java applet-based cfform control is opened by a browser that does not support Java or has Java support disabled. |
void |
setParamn(String paramn)
set the value paramn |
void |
setVspace(double vspace)
set the value vspace Space above and below applet, in pixels. |
void |
setWidth(double width)
set the value width The width of the applet, in pixels. |
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Applet() throws TagNotSupported
TagNotSupported
Method Detail |
---|
public void setNotsupported(String notsupported)
notsupported
- value to setpublic void setWidth(double width)
width
- value to setpublic void setHeight(double height)
height
- value to setpublic void setAlign(String align)
align
- value to setpublic void setHspace(double hspace)
hspace
- value to setpublic void setParamn(String paramn)
paramn
- value to setpublic void setVspace(double vspace)
vspace
- value to setpublic void setName(String name)
name
- value to setpublic void setAppletsource(String appletsource)
appletsource
- value to setpublic int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |