org.jboss.portal.core.impl.model.instance
Class AbstractInstanceDefinition
java.lang.Object
org.jboss.portal.core.impl.model.instance.AbstractInstance
org.jboss.portal.core.impl.model.instance.AbstractInstanceDefinition
- All Implemented Interfaces:
- Instance, InstanceDefinition
public abstract class AbstractInstanceDefinition
- extends AbstractInstance
- implements InstanceDefinition
- Version:
- $Revision: 6736 $
- Author:
- Julien Viet
Field Summary |
protected static Logger |
log
The logger. |
Methods inherited from class org.jboss.portal.core.impl.model.instance.AbstractInstance |
destroyCustomization, getContainer, getContainerContext, getCustomization, getDefinition, getInstanceId, getPortlet, getPortletContext, getPortletRef, getProperties, getProperties, getState, invoke, isModifiable, isMutable, modified, setMutable, setPortletRef, setProperties, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
- The logger.
AbstractInstanceDefinition
public AbstractInstanceDefinition()
getCustomizations
public abstract java.util.Collection getCustomizations()
getSecurityBindings
public abstract java.util.Set getSecurityBindings()
getAccessMode
protected final AccessMode getAccessMode()
- Specified by:
getAccessMode
in class AbstractInstance
getLogger
protected final Logger getLogger()
- Specified by:
getLogger
in class AbstractInstance
cloned
protected final void cloned(PortletContext portletContext)
- Specified by:
cloned
in class AbstractInstance
getOwner
protected final AbstractInstanceDefinition getOwner()
- Specified by:
getOwner
in class AbstractInstance