Class ListPosts
- java.lang.Object
-
- org.fenixedu.cms.domain.component.ListPosts
-
- All Implemented Interfaces:
CMSComponent
public class ListPosts extends Object implements CMSComponent
Component that lists all the non-staticPost
-
-
Field Summary
Fields Modifier and Type Field Description static intPOSTS_PER_PAGE
-
Constructor Summary
Constructors Constructor Description ListPosts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(Page page, TemplateContext local, TemplateContext global)Provides the necessary info needed to render the component on a given page and context.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fenixedu.cms.domain.component.CMSComponent
externalize
-
-
-
-
Field Detail
-
POSTS_PER_PAGE
public static final int POSTS_PER_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public void handle(Page page, TemplateContext local, TemplateContext global)
Description copied from interface:CMSComponentProvides the necessary info needed to render the component on a given page and context.- Specified by:
handlein interfaceCMSComponent- Parameters:
page- the page where the component will be rendered.local- local context for the component.global- global context where the component is being rendered.
-
-