|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectorService | |
---|---|
org.ops4j.pax.reflector.html | |
org.ops4j.pax.reflector.impl | Implementation of the Reflector facility. |
org.ops4j.pax.reflector.servlet | |
org.ops4j.pax.reflector.spi |
Uses of ReflectorService in org.ops4j.pax.reflector.html |
---|
Methods in org.ops4j.pax.reflector.html with parameters of type ReflectorService | |
---|---|
void |
HtmlFormatter.format(ReflectorService reflector,
String objectname,
PrintWriter out,
boolean debug,
String mountPoint)
|
Uses of ReflectorService in org.ops4j.pax.reflector.impl |
---|
Classes in org.ops4j.pax.reflector.impl that implement ReflectorService | |
---|---|
class |
ReflectorImpl
The Reflector Implementation is capable of digging through any Java application that is added as a root object. |
class |
RemoteDelegatingReflectorImpl
|
Constructors in org.ops4j.pax.reflector.impl with parameters of type ReflectorService | |
---|---|
RemoteReflectorImpl(ReflectorService localReflector)
|
Uses of ReflectorService in org.ops4j.pax.reflector.servlet |
---|
Constructors in org.ops4j.pax.reflector.servlet with parameters of type ReflectorService | |
---|---|
ReflectorHtmlServlet(ReflectorService defaultReflector,
ReflectionFormatter formatter)
|
Uses of ReflectorService in org.ops4j.pax.reflector.spi |
---|
Methods in org.ops4j.pax.reflector.spi with parameters of type ReflectorService | |
---|---|
void |
ReflectionFormatter.format(ReflectorService reflector,
String objectname,
PrintWriter out,
boolean debug,
String mountPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |