org.ops4j.pax.reflector.spi
Interface ReflectionFormatter

All Known Implementing Classes:
HtmlFormatter

public interface ReflectionFormatter

A ReflectionFormatter is passed the value of a member in the container, based on the type of the member.


Method Summary
 void format(ReflectorService reflector, String objectname, PrintWriter out, boolean debug, String mountPoint)
           
 String getContentType()
           
 

Method Detail

format

void format(ReflectorService reflector,
            String objectname,
            PrintWriter out,
            boolean debug,
            String mountPoint)
            throws ReflectionException
Throws:
ReflectionException

getContentType

String getContentType()


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