Uses of Interface
org.fenixedu.cms.domain.component.CMSComponent
-
Packages that use CMSComponent Package Description org.fenixedu.cms.domain.component pt.ist.fenixframework -
-
Uses of CMSComponent in org.fenixedu.cms.domain.component
Classes in org.fenixedu.cms.domain.component that implement CMSComponent Modifier and Type Class Description classListOfCategoriesComponent that lists all theCategoryof a given site.classListPostsComponent that lists all the non-staticPostclassViewPostComponent that obtains the necessary info about aPostMethods in org.fenixedu.cms.domain.component that return CMSComponent Modifier and Type Method Description protected CMSComponentStrategyBasedComponent_Base. getComponent()static CMSComponentCMSComponent. internalize(String name)Methods in org.fenixedu.cms.domain.component with parameters of type CMSComponent Modifier and Type Method Description protected voidStrategyBasedComponent_Base. setComponent(CMSComponent component)Method parameters in org.fenixedu.cms.domain.component with type arguments of type CMSComponent Modifier and Type Method Description static ComponentComponent. forType(Class<? extends CMSComponent> type) -
Uses of CMSComponent in pt.ist.fenixframework
Methods in pt.ist.fenixframework that return CMSComponent Modifier and Type Method Description static CMSComponentValueTypeSerializer. deSerialize$CMSComponent(String obj)Methods in pt.ist.fenixframework with parameters of type CMSComponent Modifier and Type Method Description static StringValueTypeSerializer. serialize$CMSComponent(CMSComponent obj)
-