See: Description
| Interface | Description |
|---|---|
| RegisteredControllers |
CRUX INTERNAL INTERFACE.
|
| Annotation Type | Description |
|---|---|
| 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. |
This package contains the annotations needed to register a class as a Controller on Crux Framework.
Start with the following classes:
ControllerExposeCopyright © 2015. All rights reserved.