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

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

public class StartTag
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
StartTag()
           
 
Method Summary
 int doStartTag()
           
 void setId(String id)
           
 void setName(String name)
           
 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

StartTag

public StartTag()
Method Detail

setId

public void setId(String id)
Overrides:
setId in class TagSupport

doStartTag

public int doStartTag()
               throws JspException
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException

setScope

public void setScope(String scope)

setName

public void setName(String name)


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