Package | Description |
---|---|
sirius.tagliatelle | |
sirius.web.controller |
Provides the controller part of a simple MVC framework.
|
sirius.web.health |
System health monitoring
Provides tools to collect metrics and to monitor a cluster of machines.
|
sirius.web.security | |
sirius.web.tasks | |
sirius.web.util |
Modifier and Type | Class and Description |
---|---|
class |
TagliatelleController
Provides a small helper to provide infos about available Tagliatelle tags.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicController
Basic implementation of
Controller providing convenience methods and default routing. |
Modifier and Type | Method and Description |
---|---|
Controller |
Route.getController()
Returns the controller owning this route.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Interceptor.before(WebContext ctx,
boolean jsonCall,
Controller controller,
Method method)
Invoked before the call to the given method would be performed.
|
boolean |
Interceptor.beforePermissionError(String permission,
WebContext ctx,
boolean jsonCall,
Controller controller,
Method method)
Invoked before the request is aborted due to a missing permission.
|
protected static Route |
Route.compile(Controller controller,
Method method,
Routed routed)
Compiles a method defined by a
Controller |
boolean |
Interceptor.shouldExecuteRoute(WebContext ctx,
boolean jsonCall,
Controller controller)
Determines if a matched routing should be executed.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemController
Contains the default admin GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
ScopeDefaultConfigController
Provides a GUI to inspect the default config provided for all scopes.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedTasksController
Used to view and manage tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
QRCodeController
Used to generate QR codes by responding to /qr
|
class |
TranslationController
Controller which provides admin tools for the translation engine.
|
Copyright © 2018. All rights reserved.