| Abstract generator implementation that provides a method getCopletInstanceData().
There are two possibilities how the generator obtains the information required for
getting the coplet instance data:
1) If it is used within a coplet pipeline and this pipeline is called using the "cocoon:" protocol,
all required information are passed automatically.
2) Otherwise the portal name and the coplet id must be passed to the generator
as paremeters in the following way:
<map:generator type="coplet">
<map:parameter name="portalName" type="exampleportal"/>
<map:parameter name="copletId" type="examplecoplet"/>
</map:generator>
author: Carsten Ziegeler version: CVS $Id: AbstractCopletTransformer.java 30941 2004-07-29 19:56:58Z vgritsenko $ |