Expresso 5-6

com.jcorporate.expresso.ext.struts.taglib.html
Class ExRadioLayerTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.struts.taglib.html.BaseHandlerTag
              extended byorg.apache.struts.taglib.html.RadioTag
                  extended bycom.jcorporate.expresso.ext.struts.taglib.html.ExRadioTag
                      extended bycom.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag
All Implemented Interfaces:
BodyTag, IterationTag, Serializable, Tag

public class ExRadioLayerTag
extends ExRadioTag

Tag for input fields of type "RadioLayer".

Author:
Yves Henri AMAIZO
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.html.RadioTag
idName, messages, name, property, text, value
 
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag
accesskey, defaultLocale, indexed, tabindex
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ExRadioLayerTag()
           
 
Method Summary
 int doStartTag()
          Generate the required input tag.
 String getAction()
          Gets the action
 String getId()
          Gets the id
 String getNode()
          Gets the node
 void setAction(String action)
          Sets the action
 void setId(String id)
          Sets the id
 void setNode(String node)
          Sets the node
 
Methods inherited from class org.apache.struts.taglib.html.RadioTag
doAfterBody, doEndTag, getIdName, getName, getProperty, getValue, release, renderRadioElement, setIdName, setName, setProperty, setValue
 
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getIndexed, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ExRadioLayerTag

public ExRadioLayerTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Generate the required input tag.

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class ExRadioTag
Returns:
integer as defined in the standard tag library framework.
Throws:
JspException - if a JSP exception has occurred

getId

public String getId()
Gets the id

Returns:
Returns a String

setId

public void setId(String id)
Sets the id

Parameters:
id - The id to set

getAction

public String getAction()
Gets the action

Returns:
Returns a String

setAction

public void setAction(String action)
               throws JspException
Sets the action

Parameters:
action - The action to set
Throws:
JspException

getNode

public String getNode()
Gets the node

Returns:
Returns a String

setNode

public void setNode(String node)
             throws JspException
Sets the node

Parameters:
node - The node to set
Throws:
JspException

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.