This project has retired. For details please refer to its
Attic page .
AbstractBaseAlgorithmBuilder (Cocoon Forms Block Implementation 1.1.0 API)
org.apache.cocoon.forms.formmodel.algorithms
Class AbstractBaseAlgorithmBuilder
java.lang.Object
org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
All Implemented Interfaces: CalculatedFieldAlgorithmBuilder
Direct Known Subclasses: JavaAlgorithmBuilder , SimpleFormulaBuilder
public abstract class AbstractBaseAlgorithmBuilder extends Object implements CalculatedFieldAlgorithmBuilder
Abstract builder for AbstractBaseAlgorithm
subclasses.
This class parses the default triggers attribute, containing a comma separated list of widget paths
as defined in WidgetFinder . It also calls the LifecycleHelper
so that algorithms gets their logger and context.
Version:
$Id: AbstractBaseAlgorithmBuilder.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
AbstractBaseAlgorithmBuilder
public AbstractBaseAlgorithmBuilder ()
setup
protected void setup (Element algorithmElement,
AbstractBaseAlgorithm algorithm)
throws Exception
Throws:
Exception
setupTriggers
protected void setupTriggers (Element algorithmElement,
AbstractBaseAlgorithm algorithm)
throws Exception
Throws:
Exception
setupTriggers
protected void setupTriggers (String fields,
AbstractBaseAlgorithm algorithm)
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.