org.apache.strutsel.taglib.bean
Class ELIncludeTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.struts.taglib.bean.IncludeTag
          extended by org.apache.strutsel.taglib.bean.ELIncludeTag
All Implemented Interfaces:
Serializable, IterationTag, Tag

public class ELIncludeTag
extends IncludeTag

Generate a URL-encoded include to the specified URI.

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.

Version:
$Rev: 471754 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.bean.IncludeTag
anchor, BUFFER_SIZE, forward, href, id, messages, page, transaction, useLocalEncoding
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
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
ELIncludeTag()
           
 
Method Summary
 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.
 
Methods inherited from class org.apache.struts.taglib.bean.IncludeTag
addCookie, getAnchor, getForward, getHref, getId, getPage, getTransaction, isUseLocalEncoding, setAnchor, setForward, setHref, setId, setPage, setTransaction, setUseLocalEncoding
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELIncludeTag

public ELIncludeTag()
Method Detail

getAnchorExpr

public String getAnchorExpr()
Getter method for "anchor" tag attribute. (Mapping set in associated BeanInfo class.)


getForwardExpr

public String getForwardExpr()
Getter method for "forward" tag attribute. (Mapping set in associated BeanInfo class.)


getHrefExpr

public String getHrefExpr()
Getter method for "href" tag attribute. (Mapping set in associated BeanInfo class.)


getIdExpr

public String getIdExpr()
Getter method for "id" tag attribute. (Mapping set in associated BeanInfo class.)


getPageExpr

public String getPageExpr()
Getter method for "page" tag attribute. (Mapping set in associated BeanInfo class.)


getTransactionExpr

public String getTransactionExpr()
Getter method for "transaction" tag attribute. (Mapping set in associated BeanInfo class.)


setAnchorExpr

public void setAnchorExpr(String anchorExpr)
Setter method for "anchor" tag attribute. (Mapping set in associated BeanInfo class.)


setForwardExpr

public void setForwardExpr(String forwardExpr)
Setter method for "forward" tag attribute. (Mapping set in associated BeanInfo class.)


setHrefExpr

public void setHrefExpr(String hrefExpr)
Setter method for "href" tag attribute. (Mapping set in associated BeanInfo class.)


setIdExpr

public void setIdExpr(String idExpr)
Setter method for "id" tag attribute. (Mapping set in associated BeanInfo class.)


setPageExpr

public void setPageExpr(String pageExpr)
Setter method for "page" tag attribute. (Mapping set in associated BeanInfo class.)


setTransactionExpr

public void setTransactionExpr(String transactionExpr)
Setter method for "transaction" tag attribute. (Mapping set in associated BeanInfo class.)


release

public void release()
Resets attribute values for tag reuse.

Specified by:
release in interface Tag
Overrides:
release in class IncludeTag

doStartTag

public int doStartTag()
               throws JspException
Process the start tag.

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class IncludeTag
Throws:
JspException - if a JSP exception has occurred


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.