Uses of Class
org.fenixedu.cms.domain.component.ComponentDescriptor
-
Packages that use ComponentDescriptor Package Description org.fenixedu.cms.domain.component -
-
Uses of ComponentDescriptor in org.fenixedu.cms.domain.component
Fields in org.fenixedu.cms.domain.component with type parameters of type ComponentDescriptor Modifier and Type Field Description protected static HashMap<String,ComponentDescriptor>Component. COMPONENTSMethods in org.fenixedu.cms.domain.component that return ComponentDescriptor Modifier and Type Method Description static ComponentDescriptorComponent. forType(String type)Searches for the class of a component with a given type.
-