public class ELHtmlTag extends HtmlTag
This class
is a subclass of the class org.apache.struts.taglib.html.HtmlTag
which provides most of the described functionality. This subclass allows
all attribute values to be specified as expressions utilizing the
JavaServer Pages Standard Library expression language.
| Constructor and Description |
|---|
ELHtmlTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the start tag.
|
java.lang.String |
getLangExpr()
Getter method for "lang" tag attribute.
|
java.lang.String |
getXhtmlExpr()
Getter method for "xhtml" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setLangExpr(java.lang.String langExpr)
Setter method for "lang" tag attribute.
|
void |
setXhtmlExpr(java.lang.String xhtmlExpr)
Setter method for "xhtml" tag attribute.
|
doEndTag, getLang, getXhtml, renderHtmlStartElement, setLang, setXhtmlpublic java.lang.String getLangExpr()
public java.lang.String getXhtmlExpr()
public void setLangExpr(java.lang.String langExpr)
public void setXhtmlExpr(java.lang.String xhtmlExpr)
public void release()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class HtmlTagjavax.servlet.jsp.JspException - if a JSP exception has occurredCopyright © 2000–2025 Apache Software Foundation. All rights reserved.