Expresso 5-6

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

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.struts.taglib.html.HtmlTag
          extended bycom.jcorporate.expresso.ext.struts.taglib.html.ExHtmlTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class ExHtmlTag
extends org.apache.struts.taglib.html.HtmlTag

Renders an HTML element. This extended version uses the Expresso mechanism for determining the user's current locale/character set, and establishes those for this page

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.html.HtmlTag
locale, messages, xhtml
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
ExHtmlTag()
           
 
Method Summary
 int doStartTag()
          Process the start of this tag.
 
Methods inherited from class org.apache.struts.taglib.html.HtmlTag
currentLocale, doEndTag, getCurrentLocale, getLocale, getXhtml, release, setLocale, setXhtml
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Constructor Detail

ExHtmlTag

public ExHtmlTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Process the start 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.