org.apache.commons.monitoring.web.jsp
Class StopTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.commons.monitoring.web.jsp.StopTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class StopTag
extends TagSupport

A JSP tag to counter JSP rendering performances

Author:
Nicolas De Loof
See Also:
Serialized Form

Field Summary
 
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
StopTag()
           
 
Method Summary
 int doStartTag()
          
 void setId(String id)
           
 void setScope(String scope)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTag

public StopTag()
Method Detail

setId

public void setId(String id)
Overrides:
setId in class TagSupport
Parameters:
id - the id to set

doStartTag

public int doStartTag()
               throws JspException

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException
See Also:
TagSupport.doStartTag()

setScope

public void setScope(String scope)
Parameters:
scope - the scope to set


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.