Package net.bull.javamelody
Class PrometheusStandardTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.bull.javamelody.PrometheusStandardTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
- See Also:
-
Field Summary
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoEndTag()booleanvoidsetIncludeLastValue(boolean includeLastValue) Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
PrometheusStandardTag
public PrometheusStandardTag()
-
-
Method Details
-
isIncludedLastValue
public boolean isIncludedLastValue() -
setIncludeLastValue
public void setIncludeLastValue(boolean includeLastValue) -
doEndTag
- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classTagSupport- Throws:
JspException
-