public class XHTMLRenderer.HTMLValueFormatter extends ValueFormatter
dateFormat, decimalFormat, integerFormat, percent_pattern, percentFormat, unitsFormat| Constructor and Description | 
|---|
XHTMLRenderer.HTMLValueFormatter(URLQueryModel model)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
value(ICounter counter,
     Object val)
Formats a counter value as a String AND performs any escaping necessary
 for inclusion in a CDATA section (we do both operations together so that
 we can format  
IServiceCounters.LOCAL_HTTPD as a link anchor. | 
void | 
writeFullPath(Writer w,
             String path)
A clickable trail of the path from the root. 
 | 
void | 
writePath(Writer w,
         String path,
         int rootDepth)
A clickable trail of the path. 
 | 
datepublic XHTMLRenderer.HTMLValueFormatter(URLQueryModel model)
model - public String value(ICounter counter, Object val)
IServiceCounters.LOCAL_HTTPD as a link anchor.value in class ValueFormattercounter - The counter.public void writeFullPath(Writer w, String path) throws IOException
writeFullPath in class ValueFormatterIOExceptionpublic void writePath(Writer w, String path, int rootDepth) throws IOException
writePath in class ValueFormatterrootDepth - The path components will be shown beginning at this depth -
            ZERO (0) is the root.IOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.