Class StaticPost
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.component.Component_Base
-
- org.fenixedu.cms.domain.component.Component
-
- org.fenixedu.cms.domain.component.StaticPost_Base
-
- org.fenixedu.cms.domain.component.StaticPost
-
- All Implemented Interfaces:
Serializable,Cloneable,pt.ist.fenixframework.DomainObject
public class StaticPost extends StaticPost_Base
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStaticPost.PostsForSite
-
Field Summary
-
Fields inherited from class org.fenixedu.cms.domain.component.Component
COMPONENTS
-
-
Constructor Summary
Constructors Constructor Description StaticPost(Post post)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticPostclone(CloneCache cloneCache)voiddelete()StringgetName()PagegetPage()voidhandle(Page page, TemplateContext local, TemplateContext global)Provides the necessary info needed to render the component on a given page and context.com.google.gson.JsonObjectjson()-
Methods inherited from class org.fenixedu.cms.domain.component.StaticPost_Base
getPost, getRelationStaticPostPost, setPost
-
Methods inherited from class org.fenixedu.cms.domain.component.Component
availableComponents, componentType, forType, forType, getDescription, getType, register
-
Methods inherited from class org.fenixedu.cms.domain.component.Component_Base
addInstalledPage, getCreatedBy, getCreationDate, getInstalledPageSet, getRelationComponentPage, getRelationComponentUser, removeInstalledPage, setCreatedBy, setCreationDate, setType
-
-
-
-
Constructor Detail
-
StaticPost
public StaticPost(Post post)
-
-
Method Detail
-
handle
public void handle(Page page, TemplateContext local, TemplateContext global)
Description copied from class:ComponentProvides the necessary info needed to render the component on a given page and context.
-
clone
public StaticPost clone(CloneCache cloneCache)
-
getName
public String getName()
-
getPage
public Page getPage()
-
-