Uses of Class
net.abhinavsarkar.spelhelper.SpelHelper

Uses of SpelHelper in net.abhinavsarkar.spelhelper
 

Methods in net.abhinavsarkar.spelhelper that return SpelHelper
 SpelHelper SpelHelper.registerConstructorsFromClass(Class<?> clazz)
          Registers the public constructors of the class clazz so that they can be called by their simple name from SpEL expressions.
 SpelHelper SpelHelper.registerFunctionsFromClass(Class<?> clazz)
          Registers the public static methods in the class clazz as functions which can be called from SpEL expressions.
 SpelHelper SpelHelper.registerImplicitMethodsFromClass(Class<?> clazz)
          Registers the public static methods in the class clazz as implicit methods for the class of the first parameter of the methods.
 


Code hosted at github

Copyright © 2010. All Rights Reserved.