Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.workflow.impl
Class ConditionFactory  view ConditionFactory download ConditionFactory.java

java.lang.Object
  extended byorg.apache.lenya.workflow.impl.ConditionFactory

public final class ConditionFactory
extends java.lang.Object

Factory to build conditions.


Constructor Summary
private ConditionFactory()
          Ctor.
 
Method Summary
protected static org.apache.lenya.workflow.Condition createCondition(java.lang.String className, java.lang.String expression)
          Creates a condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionFactory

private ConditionFactory()
Ctor.

Method Detail

createCondition

protected static org.apache.lenya.workflow.Condition createCondition(java.lang.String className,
                                                                     java.lang.String expression)
                                                              throws org.apache.lenya.workflow.WorkflowException
Creates a condition.