Class StrategyBasedComponent
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.StrategyBasedComponent_Base
org.fenixedu.cms.domain.component.StrategyBasedComponent
- All Implemented Interfaces:
Serializable,Cloneable,pt.ist.fenixframework.DomainObject
- See Also:
-
Nested Class Summary
Nested 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 -
Method Summary
Modifier and TypeMethodDescriptionclone(CloneCache cloneCache) Class<?>voiddelete()voidhandle(Page page, TemplateContext componentContext, TemplateContext globalContext) 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.StrategyBasedComponent_Base
getBennu, getComponent, getRelationComponentRoot, setBennu, setComponentMethods inherited from class org.fenixedu.cms.domain.component.Component
availableComponents, forType, forType, getDescription, getName, 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
-
Method Details
-
handle
Description copied from class:ComponentProvides the necessary info needed to render the component on a given page and context. -
clone
-
componentType
- Overrides:
componentTypein classComponent
-
json
public com.google.gson.JsonObject json() -
delete
public void delete()
-