public class JsgiRequest
extends org.mozilla.javascript.ScriptableObject
| Constructor and Description |
|---|
JsgiRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
JsgiRequest prototype,
org.mozilla.javascript.Scriptable scope,
JsgiServlet servlet)
Instance constructor
|
JsgiRequest(org.mozilla.javascript.Scriptable scope)
Prototype constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Return the name of the class.
|
Object |
getHttpVersion() |
String |
getQueryString() |
String |
getRemoteHost() |
String |
getServerName() |
String |
getServerPort() |
String |
getUrlScheme() |
boolean |
isAsyncSupported() |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic JsgiRequest(org.mozilla.javascript.Scriptable scope)
public JsgiRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
JsgiRequest prototype,
org.mozilla.javascript.Scriptable scope,
JsgiServlet servlet)
public String getServerName()
public String getServerPort()
public String getQueryString()
public Object getHttpVersion()
public String getRemoteHost()
public String getUrlScheme()
public boolean isAsyncSupported()
public String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectCopyright © 2016. All rights reserved.