org.apache.commons.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 an ognl context table.
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
classForName
Class<?> classForName(String className,
Map<String,Object> context)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.