You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods exposed by Bastion.globals() need improved documentation in their JavaDocs. In particular, JavaDocs are missing for public methods in Configuration and GlobalRequestAttributes.
We need to explain the following:
What globals are.
What the various attributes mean (headers, query parameters, route parameters, etc.). To avoid duplication, we should link to the JavaDocs in HttpRequest.
What the default values for the globals are.
That the user should typically clear any globals set, using Bastion.globals().clear(). We should explain this in the method JavaDocs for Bastion.globals().
The text was updated successfully, but these errors were encountered:
The methods exposed by
Bastion.globals()
need improved documentation in their JavaDocs. In particular, JavaDocs are missing forpublic
methods inConfiguration
andGlobalRequestAttributes
.We need to explain the following:
HttpRequest
.Bastion.globals().clear()
. We should explain this in the method JavaDocs forBastion.globals()
.The text was updated successfully, but these errors were encountered: