org.apache.cocoon.forms.formmodel.algorithms
Class RepeatedFormulaBuilder

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
      extended by org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
          extended by 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 $

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
context
 
Fields inherited from interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithmBuilder
ROLE
 
Constructor Summary
RepeatedFormulaBuilder()
           
 
Method Summary
 CalculatedFieldAlgorithm build(Element algorithmElement)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
dispose, service, setupExpression, setupExpression
 
Methods inherited from class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
contextualize, enableLogging, getLogger, setup, setupComponent, setupTriggers, setupTriggers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatedFormulaBuilder

public RepeatedFormulaBuilder()
Method Detail

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.