org.apache.cocoon.portal.pluto.om.common
Interface Support
- All Known Implementing Classes:
- AbstractSupportSet, ContentTypeImpl, DescriptionImpl, DescriptionSetImpl, DisplayNameImpl, DisplayNameSetImpl, LanguageSetImpl, PortletDefinitionImpl, PortletDefinitionListImpl, ResourceRefSet, ServletDefinitionImpl, ServletDefinitionListImpl, TagDefinitionSet, WebApplicationDefinitionImpl
- public interface Support
- Version:
- $Id: Support.java 322475 2005-10-16 14:26:44Z cziegeler $
POST_LOAD
public static final int POST_LOAD
- See Also:
- Constant Field Values
PRE_BUILD
public static final int PRE_BUILD
- See Also:
- Constant Field Values
POST_BUILD
public static final int POST_BUILD
- See Also:
- Constant Field Values
PRE_STORE
public static final int PRE_STORE
- See Also:
- Constant Field Values
POST_STORE
public static final int POST_STORE
- See Also:
- Constant Field Values
postLoad
public void postLoad(Object parameter)
throws Exception
- Throws:
Exception
preBuild
public void preBuild(Object parameter)
throws Exception
- Throws:
Exception
postBuild
public void postBuild(Object parameter)
throws Exception
- Throws:
Exception
preStore
public void preStore(Object parameter)
throws Exception
- Throws:
Exception
postStore
public void postStore(Object parameter)
throws Exception
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.