org.apache.taglibs.xsl
Class ShowSource

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.taglibs.xsl.ShowSource
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ShowSource
extends javax.servlet.jsp.tagext.TagSupport

Display the sources of the JSP file. Author Anil Vijendran.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ShowSource()
           
 
Method Summary
 int doEndTag()
           
 void setJspFile(java.lang.String jspFile)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowSource

public ShowSource()
Method Detail

setJspFile

public void setJspFile(java.lang.String jspFile)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.