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.
|
String |
getLangExpr()
Getter method for "lang" tag attribute.
|
String |
getXhtmlExpr()
Getter method for "xhtml" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setLangExpr(String langExpr)
Setter method for "lang" tag attribute.
|
void |
setXhtmlExpr(String xhtmlExpr)
Setter method for "xhtml" tag attribute.
|
doEndTag, getLang, getXhtml, renderHtmlStartElement, setLang, setXhtml
public String getLangExpr()
public String getXhtmlExpr()
public void setLangExpr(String langExpr)
public void setXhtmlExpr(String xhtmlExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class HtmlTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.