Expresso 5-6

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

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
                          extended bycom.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
All Implemented Interfaces:
BodyTag, IterationTag, Serializable, Tag

public class ExLayerInputTag
extends ExLayerTag

Tag for input fields of type "LayerInput".

Author:
Yves Henri AMAIZO
See Also:
Serialized Form

Field Summary
 
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, rows
 
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
ExLayerInputTag()
          Constructor for ExLayerInputTag
 
Method Summary
 boolean addLayerToHide(String idLayer)
          Gets the value
 int doEndTag()
          Standard doEndTag.
 int doStartTag()
           
 String getProperty()
          Gets the property
 String getValue()
          Gets the value
 void setProperty(String property)
          Sets the property
 void setValue(String value)
          Sets the value
 
Methods inherited from class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
getId, getState, getTag, setId, setState, setTag
 
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, getRows, getSize, setCols, setMaxlength, setRows, setSize
 
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
 

Constructor Detail

ExLayerInputTag

public ExLayerInputTag()
Constructor for ExLayerInputTag

Method Detail

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class ExLayerTag
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Standard doEndTag.

Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class ExLayerTag
Returns:
int
Throws:
JspException

getProperty

public String getProperty()
Gets the property

Returns:
Returns a String

setProperty

public void setProperty(String property)
Sets the property

Parameters:
property - The property to set

getValue

public String getValue()
Gets the value

Returns:
Returns a String

setValue

public void setValue(String value)
Sets the value

Parameters:
value - The value to set

addLayerToHide

public boolean addLayerToHide(String idLayer)
Gets the value

Parameters:
idLayer - The id of layer to add on list
Returns:
Returns boolean false the not have been added

Expresso 5-6

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