|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.lenya.workflow.impl.ConditionFactory
public final class ConditionFactory
Factory to build conditions.
| Constructor Summary | |
|---|---|
ConditionFactory(org.apache.avalon.framework.logger.Logger logger)
Ctor. |
|
| Method Summary | |
|---|---|
protected org.apache.lenya.workflow.Condition |
createCondition(java.lang.String className,
java.lang.String expression)
Creates a condition. |
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionFactory(org.apache.avalon.framework.logger.Logger logger)
logger - The logger to use.| Method Detail |
|---|
protected org.apache.lenya.workflow.Condition createCondition(java.lang.String className,
java.lang.String expression)
throws org.apache.lenya.workflow.WorkflowException
className - The condition class name.expression - The condition expression.
org.apache.lenya.workflow.WorkflowException - when creating the condition failed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||