|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beanfabrics.meta.MetadataRegistry
public class MetadataRegistry
The MetadataRegistry
is a registry for presentation model meta data.
Constructor Summary | |
---|---|
MetadataRegistry()
Constructs a MetadataRegistry . |
Method Summary | |
---|---|
PathNode |
getPathNode(java.lang.Class<? extends PresentationModel> modelClass)
Returns the path tree with the given model class as root node. |
PathNode |
getPathNode(TypeInfo typeInfo)
Returns the path tree with the given type info as root element. |
TypeInfo |
getTypeInfo(java.lang.Class<? extends PresentationModel> modelClass)
Returns the type information for the given model class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataRegistry()
MetadataRegistry
.
Method Detail |
---|
public TypeInfo getTypeInfo(java.lang.Class<? extends PresentationModel> modelClass)
modelClass
-
public PathNode getPathNode(java.lang.Class<? extends PresentationModel> modelClass)
modelClass
-
public PathNode getPathNode(TypeInfo typeInfo)
typeInfo
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |