Uses of Class
org.fenixedu.cms.domain.wraps.Wrap
-
Packages that use Wrap Package Description org.fenixedu.cms.domain org.fenixedu.cms.domain.component org.fenixedu.cms.domain.wraps -
-
Uses of Wrap in org.fenixedu.cms.domain
Subclasses of Wrap in org.fenixedu.cms.domain Modifier and Type Class Description classCategory.CategoryWrapclassMenuItem.MenuItemWrapclassPost.PostWrapclassPostFile.PostFileWrapclassPostMetadata.PostMetadataWrapclassSite.SiteWrapMethods in org.fenixedu.cms.domain that return Wrap Modifier and Type Method Description WrapPost.PostWrap. getCreatedBy()WrapPost.PostWrap. getMetadata()WrapPost.PostWrap. getSite()WrapCategory. makeWrap()WrapMenu. makeWrap()WrapMenu. makeWrap(Page page)WrapMenuItem. makeWrap()WrapMenuItem. makeWrap(Page page)WrapPost. makeWrap()WrapPostFile. makeWrap()WrapPostMetadata. makeWrap()WrapSite. makeWrap()Methods in org.fenixedu.cms.domain that return types with arguments of type Wrap Modifier and Type Method Description List<Wrap>Post.PostWrap. getAttachments()List<Wrap>Post.PostWrap. getCategories()List<Wrap>MenuItem.MenuItemWrap. getChildren() -
Uses of Wrap in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component that return types with arguments of type Wrap Modifier and Type Method Description List<Wrap>PostsPresentationBean. getVisiblePosts()List<Wrap>PostsPresentationBean. getVisiblePosts(long numPosts) -
Uses of Wrap in org.fenixedu.cms.domain.wraps
Subclasses of Wrap in org.fenixedu.cms.domain.wraps Modifier and Type Class Description classUserWrapCreated by nurv on 09/09/14.Methods in org.fenixedu.cms.domain.wraps that return Wrap Modifier and Type Method Description static WrapWrap. make(Object o)WrapWrappable. makeWrap()
-