|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| RegisteredControllers | CRUX INTERNAL INTERFACE. |
| Annotation Types Summary | |
|---|---|
| Controller | This annotation can be used to expose a class as a Crux controller. |
| Expose | This annotation can be used to expose a controller method as an event handler method. |
| Factory | This annotation can be used to expose a controller method as an factory method. |
| Global | This annotation can be used to give a Global scope to a controller. |
| Validate | This annotation can be used to set a validation method for an exposed controller method. |
| WidgetController | This annotation is used to link the import of a Controller class to the presence
of a particular type of widget in the .view.xml page. |
Contains all necessary code for write the application's controller layer, according with MVC pattern.
This package contains the annotations needed to register a class as a Controller on Crux Framework.
Start with the following classes:
ControllerExpose
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||