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

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
      extended by org.apache.cocoon.forms.formmodel.algorithms.JavaAlgorithmBuilder
All Implemented Interfaces:
Contextualizable, LogEnabled, Serviceable, CalculatedFieldAlgorithmBuilder

public class JavaAlgorithmBuilder
extends AbstractBaseAlgorithmBuilder

Builder for user custom CalculatedFieldAlgorithms. If the specified class is a AbstractBaseAlgorithm subclass, the build process will be delegated to AbstractBaseAlgorithmBuilder.

Version:
$Id: JavaAlgorithmBuilder.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
JavaAlgorithmBuilder()
           
 
Method Summary
 CalculatedFieldAlgorithm build(Element algorithmElement)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
contextualize, enableLogging, getLogger, service, setup, setupComponent, setupTriggers, setupTriggers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAlgorithmBuilder

public JavaAlgorithmBuilder()
Method Detail

build

public CalculatedFieldAlgorithm build(Element algorithmElement)
                               throws Exception
Throws:
Exception


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.