public class ELIncludeTag extends IncludeTag
This class is a
subclass of the class org.apache.struts.taglib.bean.IncludeTag
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.
anchor, BUFFER_SIZE, forward, href, id, messages, page, transaction, useLocalEncoding
Constructor and Description |
---|
ELIncludeTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getAnchorExpr()
Getter method for "anchor" tag attribute.
|
String |
getForwardExpr()
Getter method for "forward" tag attribute.
|
String |
getHrefExpr()
Getter method for "href" tag attribute.
|
String |
getIdExpr()
Getter method for "id" tag attribute.
|
String |
getPageExpr()
Getter method for "page" tag attribute.
|
String |
getTransactionExpr()
Getter method for "transaction" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setAnchorExpr(String anchorExpr)
Setter method for "anchor" tag attribute.
|
void |
setForwardExpr(String forwardExpr)
Setter method for "forward" tag attribute.
|
void |
setHrefExpr(String hrefExpr)
Setter method for "href" tag attribute.
|
void |
setIdExpr(String idExpr)
Setter method for "id" tag attribute.
|
void |
setPageExpr(String pageExpr)
Setter method for "page" tag attribute.
|
void |
setTransactionExpr(String transactionExpr)
Setter method for "transaction" tag attribute.
|
addCookie, getAnchor, getForward, getHref, getId, getPage, getTransaction, isUseLocalEncoding, setAnchor, setForward, setHref, setId, setPage, setTransaction, setUseLocalEncoding
public String getAnchorExpr()
public String getForwardExpr()
public String getHrefExpr()
public String getIdExpr()
public String getPageExpr()
public String getTransactionExpr()
public void setAnchorExpr(String anchorExpr)
public void setForwardExpr(String forwardExpr)
public void setHrefExpr(String hrefExpr)
public void setIdExpr(String idExpr)
public void setPageExpr(String pageExpr)
public void setTransactionExpr(String transactionExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class IncludeTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class IncludeTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.