Uses of Class
org.nuxeo.runtime.annotations.AnnotationManager
-
Packages that use AnnotationManager Package Description org.nuxeo.ecm.webengine org.nuxeo.ecm.webengine.model.impl -
-
Uses of AnnotationManager in org.nuxeo.ecm.webengine
Fields in org.nuxeo.ecm.webengine declared as AnnotationManager Modifier and Type Field Description protected AnnotationManager
WebEngine. annoMgr
Methods in org.nuxeo.ecm.webengine that return AnnotationManager Modifier and Type Method Description AnnotationManager
WebEngine. getAnnotationManager()
-
Uses of AnnotationManager in org.nuxeo.ecm.webengine.model.impl
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type AnnotationManager Modifier and Type Method Description protected abstract void
AbstractResourceType. loadAnnotations(AnnotationManager annoMgr)
protected void
AdapterTypeImpl. loadAnnotations(AnnotationManager annoMgr)
protected void
ResourceTypeImpl. loadAnnotations(AnnotationManager annoMgr)
-