|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassInfo | |
vdoclet.docinfo | |
vdoclet.ejb |
Uses of ClassInfo in vdoclet.docinfo |
Methods in vdoclet.docinfo that return ClassInfo | |
ClassInfo |
DocInfo.getClass(String name)
|
ClassInfo |
DocInfo.makeClass(String name)
|
ClassInfo |
BaseClassElementInfo.getContainingClass()
Get the containing ClassInfo |
ClassInfo |
ClassInfo.resolveSuperClass()
|
ClassInfo |
Builder.addClass(String name)
|
Methods in vdoclet.docinfo with parameters of type ClassInfo | |
void |
DocInfo.addClass(ClassInfo classInfo)
|
void |
BaseClassElementInfo.setContainingClass(ClassInfo containingClass)
Set the containing ClassInfo |
Uses of ClassInfo in vdoclet.ejb |
Subclasses of ClassInfo in vdoclet.ejb | |
class |
RegisteredClassInfo
Represents a class that can be looked-up in JNDI. |
Methods in vdoclet.ejb that return ClassInfo | |
ClassInfo |
EjbView.getInterface()
Get a representation of the view interface |
ClassInfo |
EjbInfo.getSrcClass()
Get ClassInfo for the bean implementation class. |
ClassInfo |
EjbInfo.getSrcCmpInnerClass()
|
ClassInfo |
EjbInfo.getPrimaryKey()
Get a representation of the primary-key class. |
ClassInfo |
EjbInfo.getCmp11Class()
Get a representation of the generated cmp11Class. |
ClassInfo |
EjbInfo.getEjbClass()
Return a representation of the ejb-class. |
Constructors in vdoclet.ejb with parameters of type ClassInfo | |
EjbInfo(ClassInfo srcClass)
Construct a new EjbInfo. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |