Constructor and Description |
---|
Applet()
constructor for the tag class
|
Modifier and Type | Method and Description |
---|---|
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.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Applet() throws TagNotSupported
TagNotSupported
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()
Copyright © 2015 Lucee