cubicweb_web
#
CubicWeb web client core. Youâll need a apache-modpython or twisted publisher to get a full CubicWeb web application
Exceptions#
- exception cubicweb_web.DirectResponse(response)[source]#
Used to supply a twitted HTTP Response directly
- exception cubicweb_web.InvalidSession[source]#
raised when a session id is found but associated session is not found or invalid
- exception cubicweb_web.PublishException(*args, **kwargs)[source]#
base class for publishing related exception
- exception cubicweb_web.LogOut(url=None)[source]#
raised to ask for deauthentication of a logged in user
- exception cubicweb_web.Redirect(location, status=HTTPStatus.SEE_OTHER)[source]#
raised to redirect the http request
- exception cubicweb_web.RequestError(*args, **kwargs)[source]#
raised when a request canât be served because of a bad input
- exception cubicweb_web.NothingToEdit(*args, **kwargs)[source]#
raised when an edit request doesnât specify any eid to edit
- exception cubicweb_web.ProcessFormError(*args, **kwargs)[source]#
raised when posted data canât be processed by the corresponding field