org.apache.cocoon.portal.coplet
Interface CopletFactory
- All Known Implementing Classes:
- DefaultCopletFactory
public interface CopletFactory
This factory is for creating and managing coplet objects
- Version:
- CVS $Id: CopletFactory.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Carsten Ziegeler
ROLE
static final String ROLE
prepare
void prepare(CopletData copletData)
throws ProcessingException
- Throws:
ProcessingException
prepare
void prepare(CopletInstanceData copletInstanceData)
throws ProcessingException
- Throws:
ProcessingException
newInstance
CopletInstanceData newInstance(CopletData copletData)
throws ProcessingException
- Create a new coplet instance.
This is also registered at the profile manager.
- Throws:
ProcessingException
remove
void remove(CopletInstanceData copletInstanceData)
throws ProcessingException
- Remove the coplet instance data.
This is also unregistered at the profile manager.
- Throws:
ProcessingException
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.