Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.standard.tag.common.xml
Class ExprSupport  view ExprSupport download ExprSupport.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.taglibs.standard.tag.common.xml.ExprSupport
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public abstract class ExprSupport
extends javax.servlet.jsp.tagext.TagSupport

Tag handler for <expr> in JSTL's XML library.


Field Summary
protected  boolean escapeXml
           
private  java.lang.String select
           
 
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
ExprSupport()
          Constructs a new handler.
 
Method Summary
 int doStartTag()
          Default processing of the start tag, returning SKIP_BODY.
private  void init()
           
 void release()
          Release state.
 void setSelect(java.lang.String select)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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
 

Field Detail

select

private java.lang.String select

escapeXml

protected boolean escapeXml
Constructor Detail

ExprSupport

public ExprSupport()
Constructs a new handler. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor.

Method Detail

init

private void init()

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description copied from class: javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.


release

public void release()
Description copied from class: javax.servlet.jsp.tagext.TagSupport
Release state.


setSelect

public void setSelect(java.lang.String select)