Uses of Class
org.javalite.activeweb.ClassLoadException
-
Uses of ClassLoadException in org.javalite.activeweb
Modifier and TypeMethodDescriptionprotected static AppController
ControllerFactory.createControllerInstance(String controllerClassName)
static <T> T
DynamicClassFactory.createInstance(String className, Class<T> expectedType)
static Class
DynamicClassFactory.getCompiledClass(String className)
protected boolean
RouteBuilder.matches(String requestUri, org.javalite.activeweb.ControllerPath controllerPath, HttpMethod httpMethod)
Returns true if this route matches the request URI, otherwise returns false.