org.milyn.javabean.factory
Class MVELFactory<T>
java.lang.Object
org.milyn.javabean.factory.MVELFactory<T>
- All Implemented Interfaces:
- Factory<T>
public class MVELFactory<T>
- extends Object
- implements Factory<T>
The MVELFactory uses MVEL to create the objects using a MVEL expression.
- Author:
- maurice.zeijen@smies.com
MVELFactory
public MVELFactory()
MVELFactory
public MVELFactory(String expression)
create
public T create(org.milyn.container.ExecutionContext executionContext)
- Specified by:
create in interface Factory<T>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2018. All rights reserved.