| Interface | Description | 
|---|---|
| UrlConverter | URL converter interface for conversion strategies to implement | 
| Class | Description | 
|---|---|
| CamelCaseUrlConverter | URL converter that allows for camel case URLs | 
| HyphenatedUrlConverter | URL converter that allows for hyphenated URLs | 
| Annotation Type | Description | 
|---|---|
| Action | An annotation to mark controller methods as actions. | 
| Controller | Created by graemerocher on 28/05/14. | 
| RequestParameter |