Package | Description |
---|---|
org.javalite.activeweb |
ActiveWeb - the agile java framework
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
protected Route |
Router.recognize(String uri,
HttpMethod httpMethod)
This is a main method for recognizing a route to a controller; used when a request is received.
|
Copyright © 2019 JavaLite. All rights reserved.