Serialized Form
-
Package ortus.boxlang.web.context
-
Class ortus.boxlang.web.context.WebRequestBoxContext
class WebRequestBoxContext extends ortus.boxlang.runtime.context.RequestBoxContext implements Serializable-
Serialized Fields
-
CGIScope
ortus.boxlang.runtime.scopes.IScope CGIScope
The CGI scope -
cookieScope
ortus.boxlang.runtime.scopes.IScope cookieScope
The cookie scope -
formScope
ortus.boxlang.runtime.scopes.IScope formScope
The form scope -
httpExchange
IBoxHTTPExchange httpExchange
-
requestBody
Object requestBody
The request body can only be read once, so we cache it here -
requestScope
ortus.boxlang.runtime.scopes.IScope requestScope
The request scope -
URLScope
ortus.boxlang.runtime.scopes.IScope URLScope
The URL scope -
variablesScope
ortus.boxlang.runtime.scopes.IScope variablesScope
The variables scope -
webRoot
String webRoot
-
-
-
-
Package ortus.boxlang.web.scopes
-
Class ortus.boxlang.web.scopes.CGIScope
class CGIScope extends ortus.boxlang.runtime.scopes.BaseScope implements Serializable-
Serialized Fields
-
exchange
IBoxHTTPExchange exchange
The Linked Exchange -
knownKeys
Set<ortus.boxlang.runtime.scopes.Key> knownKeys
THE KEYS THAT ARE KNOWN TO THE CGI SCOPE
-
-
-
Class ortus.boxlang.web.scopes.CookieScope
class CookieScope extends ortus.boxlang.runtime.scopes.BaseScope implements Serializable-
Serialized Fields
-
exchange
IBoxHTTPExchange exchange
-
-
-
Class ortus.boxlang.web.scopes.FormScope
class FormScope extends ortus.boxlang.runtime.scopes.BaseScope implements Serializable -
Class ortus.boxlang.web.scopes.RequestScope
class RequestScope extends ortus.boxlang.runtime.scopes.BaseScope implements Serializable-
Serialized Fields
-
exchange
IBoxHTTPExchange exchange
The Linked Exchange
-
-
-
Class ortus.boxlang.web.scopes.URLScope
class URLScope extends ortus.boxlang.runtime.scopes.BaseScope implements Serializable
-