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

Quick Search    Search Deep

org.apache.taglibs.standard.tag.el.core
Class OutTag  view OutTag download OutTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.taglibs.standard.tag.common.core.OutSupport
              extended byorg.apache.taglibs.standard.tag.el.core.OutTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class OutTag
extends org.apache.taglibs.standard.tag.common.core.OutSupport

A handler for <out>, which redirects the browser to a new URL.


Field Summary
private  java.lang.String default_
           
private  java.lang.String escapeXml_
           
private  java.lang.String value_
           
 
Fields inherited from class org.apache.taglibs.standard.tag.common.core.OutSupport
def, escapeXml, value
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
OutTag()
           
 
Method Summary
 int doStartTag()
          Default processing of the start tag returning EVAL_BODY_BUFFERED.
private  void evaluateExpressions()
           
private  void init()
           
 void release()
          Release state.
 void setDefault(java.lang.String default_)
           
 void setEscapeXml(java.lang.String escapeXml_)
           
 void setValue(java.lang.String value_)
           
 
Methods inherited from class org.apache.taglibs.standard.tag.common.core.OutSupport
doEndTag, out
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

value_

private java.lang.String value_

default_

private java.lang.String default_

escapeXml_

private java.lang.String escapeXml_
Constructor Detail

OutTag

public OutTag()
Method Detail

doStartTag

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


release

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


setValue

public void setValue(java.lang.String value_)

setDefault

public void setDefault(java.lang.String default_)

setEscapeXml

public void setEscapeXml(java.lang.String escapeXml_)

init

private void init()

evaluateExpressions

private void evaluateExpressions()
                          throws javax.servlet.jsp.JspException