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:
- Contextualizable, LogEnabled, Serviceable, 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 1304258 2012-03-23 10:09:27Z 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-2010 The Apache Software Foundation. All Rights Reserved.