org.apache.cocoon.portal.pluto.om.common
Class AbstractSupportSet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
- All Implemented Interfaces:
- Cloneable, Collection, Serializable, Set, Support
- Direct Known Subclasses:
- ContentTypeSetImpl, DescriptionSetImpl, DisplayNameSetImpl, LanguageSetImpl, PortletApplicationDefinitionImpl, PortletDefinitionListImpl, ResourceRefSet, ServletDefinitionListImpl, TagDefinitionSet
- public abstract class AbstractSupportSet
- extends HashSet
- implements Serializable, Support
- Version:
- $Id: AbstractSupportSet.java 325880 2005-10-17 11:57:44Z cziegeler $
- See Also:
- Serialized Form
AbstractSupportSet
public AbstractSupportSet()
postLoad
public void postLoad(Object parameter)
throws Exception
- Specified by:
postLoad
in interface Support
- Throws:
Exception
preBuild
public void preBuild(Object parameter)
throws Exception
- Specified by:
preBuild
in interface Support
- Throws:
Exception
postBuild
public void postBuild(Object parameter)
throws Exception
- Specified by:
postBuild
in interface Support
- Throws:
Exception
preStore
public void preStore(Object parameter)
throws Exception
- Specified by:
preStore
in interface Support
- Throws:
Exception
postStore
public void postStore(Object parameter)
throws Exception
- Specified by:
postStore
in interface Support
- Throws:
Exception
dispatch
protected void dispatch(Object parameter,
int id)
throws Exception
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.