ognl
Interface ClassResolver

All Known Implementing Classes:
DefaultClassResolver

public interface ClassResolver

This interface defines an object that will resolve a class from a string and a ognl context table.

Author:
Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)

Method Summary
 Class classForName(String className, Map context)
           
 

Method Detail

classForName

public Class classForName(String className,
                          Map context)
                   throws ClassNotFoundException
Throws:
ClassNotFoundException

OGNL Project Page