This project has retired. For details please refer to its
Attic page.
RepeatedFormulaBuilder (Cocoon Forms Block Implementation 1.1.0 API)
org.apache.cocoon.forms.formmodel.algorithms
Class RepeatedFormulaBuilder
java.lang.Object
org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormulaBuilder
- All Implemented Interfaces:
- CalculatedFieldAlgorithmBuilder
- public class RepeatedFormulaBuilder
- extends SimpleFormulaBuilder
Builds a RepeatedFormula
algorithm.
The syntax is as follows :
<fd:value type="repeatedformula" [inital-result="..."] eval="..." [triggers="..."]/>
- Version:
- $Id: RepeatedFormulaBuilder.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 |
RepeatedFormulaBuilder
public RepeatedFormulaBuilder()
build
public CalculatedFieldAlgorithm build(Element algorithmElement)
throws Exception
- Specified by:
build in interface CalculatedFieldAlgorithmBuilder- Overrides:
build in class SimpleFormulaBuilder
- Throws:
Exception
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.