railo.runtime.tag
Class Applet

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Applet
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Applet
extends TagImpl


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

Applet

public Applet()
       throws TagNotSupported
constructor for the tag class

Throws:
TagNotSupported
Method Detail

setNotsupported

public 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.

Parameters:
notsupported - value to set

setWidth

public void setWidth(double width)
set the value width The width of the applet, in pixels.

Parameters:
width - value to set

setHeight

public void setHeight(double height)
set the value height The height of the applet, in pixels.

Parameters:
height - value to set

setAlign

public void setAlign(String align)
set the value align Alignment

Parameters:
align - value to set

setHspace

public void setHspace(double hspace)
set the value hspace Space on each side of the applet, in pixels.

Parameters:
hspace - value to set

setParamn

public void setParamn(String paramn)
set the value paramn

Parameters:
paramn - value to set

setVspace

public void setVspace(double vspace)
set the value vspace Space above and below applet, in pixels.

Parameters:
vspace - value to set

setName

public void setName(String name)
set the value name The form variable name for the applet.

Parameters:
name - value to set

setAppletsource

public void setAppletsource(String appletsource)
set the value appletsource The name of the registered applet.

Parameters:
appletsource - value to set

doStartTag

public int doStartTag()
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl

release

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


Copyright © 2012 Railo