| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
javax.ide.extension.ElementVisitor
      
javax.ide.extension.MetaClassVisitor
public abstract class MetaClassVisitor
An abstract implementation of a visitor for manifest elements which represent meta classes.
Subclasses provide an implementation of the metaClass( ElementContext, MetaClass ) to process the meta class created for the visited xml element.
| Field Summary | 
|---|
| Fields inherited from class javax.ide.extension.ElementVisitor | 
|---|
KEY_LOCATOR | 
| Constructor Summary | |
|---|---|
MetaClassVisitor() | 
|
| Method Summary | |
|---|---|
 void | 
end(ElementEndContext ctx)Visit the end tag of an xml element.  | 
protected  java.lang.ClassLoader | 
getMetaClassLoader(ElementContext context, java.lang.String className)Get the classloader that should be associated with the specified class.  | 
protected abstract  void | 
metaClass(ElementContext context, MetaClass mc)Called when a meta class is created.  | 
 void | 
start(ElementStartContext ctx)Visit the start tag of an xml element.  | 
| Methods inherited from class javax.ide.extension.ElementVisitor | 
|---|
getClassLoader, getResourceBundle, log | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MetaClassVisitor()
| Method Detail | 
|---|
public final void start(ElementStartContext ctx)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorctx - information about the xml start tag.public final void end(ElementEndContext ctx)
ElementVisitorThis implementation does nothing.
end in class ElementVisitorctx - information about the xml end tag.
protected abstract void metaClass(ElementContext context,
                                  MetaClass mc)
context - the xml context in which the meta class was created.mc - the created meta class.
protected java.lang.ClassLoader getMetaClassLoader(ElementContext context,
                                                   java.lang.String className)
context - the current parsing context.className - the name of the class.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||