Searched refs:getClassInstance (Results 1 – 2 of 2) sorted by relevance
73 public Class<?> getClassInstance(String name) throws ClassNotFoundException { in getClassInstance() method in Struts2Factory74 Class<?> clazz = super.getClassInstance(name); in getClassInstance()159 (Class<? extends Interceptor>) getClassInstance(interceptorConfig.getClassName()); in buildInterceptor()
77 public Class getClassInstance(String name) throws ClassNotFoundException { in getClassInstance() method in GuiceObjectFactory78 Class<?> clazz = super.getClassInstance(name); in getClassInstance()172 interceptorClass = getClassInstance(interceptorConfig.getClassName()); in buildInterceptor()