org.milyn.util
Class MVELTemplate

java.lang.Object
  extended by org.milyn.util.MVELTemplate

public class MVELTemplate
extends Object

MVEL template.

Author:
tom.fennelly@gmail.com

Constructor Summary
MVELTemplate(String template)
           
 
Method Summary
 String apply(Object contextObject)
           
 String getTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELTemplate

public MVELTemplate(String template)
Method Detail

getTemplate

public String getTemplate()

apply

public String apply(Object contextObject)


Copyright © 2008. All Rights Reserved.