Expresso 5-6

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

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.BaseInputTag
                  extended byorg.apache.struts.taglib.html.BaseFieldTag
                      extended bycom.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
All Implemented Interfaces:
BodyTag, IterationTag, Serializable, Tag
Direct Known Subclasses:
ExLayerInputTag

public class ExLayerTag
extends org.apache.struts.taglib.html.BaseFieldTag

Tag for input fields of type "Layer".

Author:
Yves Henri AMAIZO
See Also:
Serialized Form

Field Summary
protected static String HIDE
           
protected static String SHOW
           
 
Fields inherited from class org.apache.struts.taglib.html.BaseFieldTag
accept, name, redisplay, type
 
Fields inherited from class org.apache.struts.taglib.html.BaseInputTag
cols, maxlength, messages, property, rows, 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
ExLayerTag()
          Constructor for LayerTag
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getId()
          Gets the id
 String getState()
          Gets the display
 String getTag()
          Gets the tag
 void setId(String id)
          Sets the id
 void setState(String state)
          Sets the display
 void setTag(String tag)
          Sets the tag
 
Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag
getAccept, getName, getRedisplay, release, setAccept, setName, setRedisplay
 
Methods inherited from class org.apache.struts.taglib.html.BaseInputTag
getCols, getMaxlength, getProperty, getRows, getSize, getValue, setCols, setMaxlength, setProperty, setRows, setSize, 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
doAfterBody, 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
 

Field Detail

SHOW

protected static String SHOW

HIDE

protected static String HIDE
Constructor Detail

ExLayerTag

public ExLayerTag()
Constructor for LayerTag

Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

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

getState

public String getState()
Gets the display

Returns:
Returns a String

setState

public void setState(String state)
              throws JspException
Sets the display

Parameters:
state - The display to set
Throws:
JspException - for invalid parameters

getTag

public String getTag()
Gets the tag

Returns:
Returns a String

setTag

public void setTag(String tag)
            throws JspException
Sets the tag

Parameters:
tag - The tag to set
Throws:
JspException - for invalid parameters

Expresso 5-6

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