javax.script.http |
|
Java Source File Name | Type | Comment |
HttpScriptContext.java | Interface | Classes implementing the HttpScriptContext interface connect a
ScriptEngine with the implicit objects from a Servlet Container. |
HttpScriptRequest.java | Interface | Provides an abstraction of the current request object to scripts executing
in an HttpScriptEngine. |
HttpScriptResponse.java | Interface | Provides an abstraction of the current response object to scripts executing
in an HttpScriptEngine. |
HttpScriptServlet.java | Class | A HttpScriptServlet uses a ScriptEngine supplied by
calling its getEngine method to execute a script in a
HttpScriptContext returned by its getContext method. |
SimpleHttpScriptContext.java | Class | |