| Interface | Description |
|---|---|
| BeanClass |
Represents a web accessible Controller class.
|
| ControllerInstance |
Wrapper for controller instance
|
| ControllerMethod |
An identifier for a controller accesible web method.
|
| ControllerNotFoundHandler |
A component capable of handling not found components.
|
| MethodNotAllowedHandler |
Handler for Method Not Allowed Http Status (405).
|
| Class | Description |
|---|---|
| DefaultBeanClass | |
| DefaultControllerInstance | |
| DefaultControllerMethod | |
| DefaultControllerNotFoundHandler |
Default 404 component.
|
| DefaultMethodNotAllowedHandler |
Default implementation which sets the header and send an error response.
|
| Enum | Description |
|---|---|
| HttpMethod |
Copyright © 2014 Caelum. All rights reserved.