Class PostsPresentationBean
- java.lang.Object
-
- org.fenixedu.cms.domain.component.PostsPresentationBean
-
public class PostsPresentationBean extends Object
-
-
Constructor Summary
Constructors Constructor Description PostsPresentationBean(Set<Post> allPosts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcurrentPage(String currentPageString)List<Wrap>getVisiblePosts()List<Wrap>getVisiblePosts(long numPosts)HashMap<String,Object>paginate(Page page, int currentPage, int postsPerPage)
-