| Class | Description |
|---|---|
| DeserializingObserver |
Important: this class must observe
MethodReady
because it is fired just before ExecuteMethod execution |
| ExecuteMethod |
Interceptor that executes the logic method.
|
| ForwardToDefaultView |
Observes
MethodExecuted event, and forwards to the default view if no
view was rendered so far. |
| InstantiateObserver |
Instantiates the current instance of controller class.
|
| OutjectResult |
Outjects the result of the method invocation to the desired result
|
| ParameterIncluder |
Includes all the parameters on the view of a method
annotated with
IncludeParameters annotation |
| ParametersInstantiator |
An observer which instantiates parameters and provide them to the request.
|
| RequestHandlerObserver |
Looks up the
ControllerMethod for a specific request and start InterceptorStack if it was found, otherwise delegates for the 404 component. |
Copyright © 2014 Caelum. All rights reserved.