|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.reflect.IntrospectorFactory
public class IntrospectorFactory
Factory for creating ClassLoader-specific ObjectIntrospector instances.
| Constructor Summary | |
|---|---|
IntrospectorFactory()
|
|
| Method Summary | |
|---|---|
static void |
dispose(java.lang.ClassLoader classLoader)
Disposes an IntrospectorFactory for a specific ClassLoader. |
static ObjectIntrospector |
get(java.lang.String typeName,
java.lang.ClassLoader classLoader)
Retrieves or creates an ObjectIntrospector instance for a specific type
from a specific ClassLoader |
static void |
init(java.lang.ClassLoader classLoader)
Initializes an IntrospectorFactory for a specific ClassLoader
This method must be invoked before any calls to get() if manual
initialization is enabled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntrospectorFactory()
| Method Detail |
|---|
public static void dispose(java.lang.ClassLoader classLoader)
IntrospectorFactory for a specific ClassLoader.
classLoader - the ClassLoader
public static ObjectIntrospector get(java.lang.String typeName,
java.lang.ClassLoader classLoader)
throws java.lang.ClassNotFoundException
ObjectIntrospector instance for a specific type
from a specific ClassLoader
typeName - the type to introspectclassLoader - the ClassLoader
ObjectIntrospector for the appropriate type
(a ComponentIntrospector in the event the type is an Component)
java.lang.ClassNotFoundException - if the type is not provided by the ClassLoaderpublic static void init(java.lang.ClassLoader classLoader)
IntrospectorFactory for a specific ClassLoader
This method must be invoked before any calls to get() if manual
initialization is enabled.
classLoader - the ClassLoader
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||