Encapsulates settings used to customize the generated web interface.
sets a response header
Determines how nested D fields/array entries are mapped to form field names.
Redirects to the given URL.
Registers a HTTP/web interface based on a class instance.
Terminates the currently active session (if any).
Translates text based on the language of the current web request.
Attribute to customize how errors/exceptions are displayed.
Methods marked with this attribute will not be treated as web endpoints.
sets the response status code
Maps a web interface member variable to a session field.
Renders a Diet template file to the current HTTP response.
Implements a declarative framework for building web interfaces.
This module contains the sister funtionality to the hb.web.rest module. While the REST interface generator is meant for stateless machine-to-machine communication, this module aims at implementing user facing web services. Apart from that, both systems use the same declarative approach.
See registerWebInterface for an overview of how the system works.