Expresso 5-6

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

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

public class ExImageTag
extends org.apache.struts.taglib.html.ImageTag

Tag for input fields of type "image".

Author:
Oleg V Alexeev
See Also:
Serialized Form

Field Summary
protected  String name
           
 
Fields inherited from class org.apache.struts.taglib.html.ImageTag
align, border, page, pageKey, property, src, srcKey
 
Fields inherited from class org.apache.struts.taglib.html.SubmitTag
messages, 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
id, 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
ExImageTag()
           
 
Method Summary
 int doEndTag()
          Process the end of this tag.
 int doStartTag()
          Process the start of this tag.
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class org.apache.struts.taglib.html.ImageTag
getAlign, getBorder, getPage, getPageKey, getProperty, getSrc, getSrcKey, release, setAlign, setBorder, setPage, setPageKey, setProperty, setSrc, setSrcKey, src
 
Methods inherited from class org.apache.struts.taglib.html.SubmitTag
doAfterBody, getValue, 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, getId, getParent, getValue, getValues, removeValue, setId, 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

name

protected String name
Constructor Detail

ExImageTag

public ExImageTag()
Method Detail

getName

public String getName()

setName

public void setName(String name)

doStartTag

public int doStartTag()
               throws JspException
Process the start of this tag. Write the hidden fields for the parameters for this transition

Returns:
integer as defined in the standard tag library framework.
Throws:
JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws JspException
Process the end of this tag.

Returns:
integer as defined in the standard tag library framework.
Throws:
JspException - if a JSP exception has occurred

Expresso 5-6

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