org.apache.qpid.management.web.action
Interface JmxPerspectiveAction.JavaToHtmlAdapter

Enclosing class:
JmxPerspectiveAction

static interface JmxPerspectiveAction.JavaToHtmlAdapter

Adapter interface for converting objects on html strings.


Method Summary
 String toHtml(Object javaObject)
          Returns an HTML string representation of the given object.
 

Method Detail

toHtml

String toHtml(Object javaObject)
Returns an HTML string representation of the given object.

Parameters:
javaObject - the object that needs to be converted.
Returns:
an html string containing value of the given object.


Licensed to the Apache Software Foundation