Package | Description |
---|---|
org.mojavemvc.core |
Modifier and Type | Class and Description |
---|---|
class |
RegexRouteMap |
Modifier and Type | Method and Description |
---|---|
RouteMap |
MappedControllerDatabase.getRouteMap()
Get the RouteMap for the application.
|
RouteMap |
ControllerDatabase.getRouteMap()
Get the RouteMap for the application.
|
Constructor and Description |
---|
HttpRequestRouter(String path,
ParameterMapSource paramMapSource,
RouteMap routeMap) |
MappedControllerDatabase(Set<Class<?>> controllerClasses,
RouteMap routeMap)
Construct a controller database based on the given Set of controller
Classes.
|
Copyright © 2011-2012 MojaveMVC.org