org.milyn.javabean.factory
Class MVELFactory<T>

java.lang.Object
  extended by 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

Constructor Summary
MVELFactory()
           
MVELFactory(String expression)
           
 
Method Summary
 T create(org.milyn.container.ExecutionContext executionContext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MVELFactory

public MVELFactory()

MVELFactory

public MVELFactory(String expression)
Method Detail

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.