| Package | Description | 
|---|---|
| org.javalite.activeweb | 
 ActiveWeb - the agile java framework 
 | 
| org.javalite.activeweb.freemarker | 
 Freemarker Tags, see Views. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Route | 
HttpSupport.getRoute()
Returns instance of  
Route to be used for potential conditional logic inside controller filters. | 
static Route | 
RequestUtils.getRoute()
Returns instance of  
Route to be used for potential conditional logic inside controller filters. | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Route | 
FreeMarkerTag.getRoute()
Returns instance of  
Route to be used for potential conditional logic inside controller filters. | 
Copyright © 2019 JavaLite. All rights reserved.