Module vibe.web.web
Implements a descriptive framework for building web interfaces.
Functions
Name | Description |
---|---|
errorDisplay
|
Attribute to customize error display of an interface method. |
redirect
|
Redirects to the given URL. |
registerWebInterface
|
Registers a HTTP/web interface based on a class instance .
|
terminateSession
|
Terminates the currently active session (if any). |
Classes
Name | Description |
---|---|
WebInterfaceSettings
|
Encapsulates settings used to customize the generated web interface. |
Structs
Name | Description |
---|---|
ErrorDisplayAttribute
|
|
SessionVar
|
Maps a web interface member variable to a session field. |
Templates
Name | Description |
---|---|
render
|
Renders a Diet template file to the current HTTP response. |
Authors
Sönke Ludwig
Copyright
© 2013-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.