org.ops4j.pax.reflector.html
Class HtmlFormatter

java.lang.Object
  extended by org.ops4j.pax.reflector.html.HtmlFormatter
All Implemented Interfaces:
ReflectionFormatter, org.osgi.service.cm.ManagedService

public class HtmlFormatter
extends Object
implements ReflectionFormatter, org.osgi.service.cm.ManagedService


Constructor Summary
HtmlFormatter()
           
 
Method Summary
 void format(ReflectorService reflector, String objectname, PrintWriter out, boolean debug, String mountPoint)
           
 String getContentType()
           
 void updated(Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlFormatter

public HtmlFormatter()
Method Detail

format

public void format(ReflectorService reflector,
                   String objectname,
                   PrintWriter out,
                   boolean debug,
                   String mountPoint)
            throws ReflectionException
Specified by:
format in interface ReflectionFormatter
Throws:
ReflectionException

getContentType

public String getContentType()
Specified by:
getContentType in interface ReflectionFormatter

updated

public void updated(Dictionary properties)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.