net.ttddyy.dsproxy.support.tags
Class MetricsTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by net.ttddyy.dsproxy.support.tags.MetricsTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class MetricsTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Implementation of "metrics" custom tag.

Author:
Tadaya Tsuyukubo

Constructor Summary
MetricsTag()
           
 
Method Summary
 void doTag()
           
 String getDataSource()
           
 String getMetric()
           
 void setDataSource(String dataSource)
           
 void setMetric(String metric)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsTag

public MetricsTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
IOException

getDataSource

public String getDataSource()

setDataSource

public void setDataSource(String dataSource)

getMetric

public String getMetric()

setMetric

public void setMetric(String metric)


Copyright © 2012. All Rights Reserved.