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
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Field Summary
Fields inherited from class org.fenixedu.cms.domain.component.Component
COMPONENTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone(CloneCache cloneCache) voiddelete()getName()getPage()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, setPostMethods inherited from class org.fenixedu.cms.domain.component.Component
availableComponents, componentType, forType, forType, getDescription, getType, registerMethods inherited from class org.fenixedu.cms.domain.component.Component_Base
addInstalledPage, getCreatedBy, getCreationDate, getInstalledPageSet, getRelationComponentPage, getRelationComponentUser, removeInstalledPage, setCreatedBy, setCreationDate, setTypeMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
StaticPost
-
-
Method Details
-
handle
Description copied from class:ComponentProvides the necessary info needed to render the component on a given page and context. -
clone
-
delete
public void delete() -
getName
-
getPage
-
json
public com.google.gson.JsonObject json()
-