Package | Description |
---|---|
sirius.web.controller |
Provides the controller part of a simple MVC framework.
|
sirius.web.dispatch |
Default dispatchers provided by the framework.
|
sirius.web.services |
Framework for providing structured services via the HTTP interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerDispatcher
Dispatches incoming requests to the appropriate
Controller . |
Modifier and Type | Class and Description |
---|---|
class |
AssetsDispatcher
Dispatches all URLs below
/assets . |
class |
DefaultDispatcher
Sends a 404 (not found) for all unhandled URIs.
|
class |
HelpDispatcher
Takes care of all /help URIs and sub-uris.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceDispatcher
Dispatches calls to the JSON / XML Service-Framework (/service).
|
Copyright © 2018. All rights reserved.