Most administrative tools are created as Special Pages. Typically a Special Page will have business logic and templates just like a controller so we have made a SpecialPageController class with an execute() method that wraps the normal Controller sendRequest function. A function called execute is the entry point to the normal SpecialPage class and this one as well, but the execute() method just calls index() on the controller and renders the result. The general idea is that the SpecialPage acts as a single page app and all other content should be fetched via Ajax.
| Attributes | Values |
|---|---|
| rdfs:label |
|
| rdfs:comment |
|
| dcterms:subject | |
| abstract |
|