public class HttpContextWrapper extends HttpContextBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpContextWrapper
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.HttpContextWrapper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpContextWrapper() |
HttpContextWrapper(HttpContext httpContext) |
HttpContextWrapper(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddError(NetException errorInfo) |
static HttpContextWrapper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpContextWrapper, a cast assert is made to check if types are compatible. |
void |
ClearError() |
ISubscriptionToken |
DisposeOnPipelineCompleted(IDisposable target) |
NetObject |
GetGlobalResourceObject(java.lang.String classKey,
java.lang.String resourceKey) |
NetObject |
GetGlobalResourceObject(java.lang.String classKey,
java.lang.String resourceKey,
CultureInfo culture) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetObject |
GetLocalResourceObject(java.lang.String virtualPath,
java.lang.String resourceKey) |
NetObject |
GetLocalResourceObject(java.lang.String virtualPath,
java.lang.String resourceKey,
CultureInfo culture) |
NetObject |
GetSection(java.lang.String sectionName) |
NetObject |
GetService(NetType serviceType) |
void |
RemapHandler(IHttpHandler handler) |
void |
RewritePath(java.lang.String path) |
void |
RewritePath(java.lang.String path,
boolean rebaseClientPath) |
void |
RewritePath(java.lang.String filePath,
java.lang.String pathInfo,
java.lang.String queryString) |
void |
RewritePath(java.lang.String filePath,
java.lang.String pathInfo,
java.lang.String queryString,
boolean setClientFilePath) |
void |
setJCOInstance(JCObject instance) |
void |
SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) |
getAllErrors, getAllowAsyncDuringSyncStages, getApplication, getApplicationInstance, getAsyncPreloadMode, getCache, getCurrentHandler, getCurrentNotification, getError, getHandler, getIsCustomErrorEnabled, getIsDebuggingEnabled, getIsPostNotification, getIsWebSocketRequest, getIsWebSocketRequestUpgrading, getItems, getPageInstrumentation, getPreviousHandler, getProfile, getRequest, getResponse, getServer, getSession, getSkipAuthorization, getThreadAbortOnTimeout, getTimestamp, getTrace, getUser, getWebSocketNegotiatedProtocol, setAllowAsyncDuringSyncStages, setApplicationInstance, setAsyncPreloadMode, setHandler, setSkipAuthorization, setThreadAbortOnTimeout, setUserpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpContextWrapper()
throws java.lang.Throwable
java.lang.Throwablepublic HttpContextWrapper(HttpContext httpContext) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic HttpContextWrapper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddError(NetException errorInfo) throws java.lang.Throwable, ArgumentOutOfRangeException
AddError in class HttpContextBasejava.lang.ThrowableArgumentOutOfRangeExceptionpublic static HttpContextWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpContextWrapper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpContextWrapper instancejava.lang.Throwable - in case of error during cast operationpublic void ClearError()
throws java.lang.Throwable
ClearError in class HttpContextBasejava.lang.Throwablepublic ISubscriptionToken DisposeOnPipelineCompleted(IDisposable target) throws java.lang.Throwable, ArgumentNullException
DisposeOnPipelineCompleted in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionpublic NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException
GetGlobalResourceObject in class HttpContextBasejava.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException, CultureNotFoundException
GetGlobalResourceObject in class HttpContextBasejava.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpContextBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpContextBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpContextBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpContextBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpContextBaseJCType representing the CLR Type of the instantiated Classpublic NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException
GetLocalResourceObject in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, OutOfMemoryException, NotSupportedException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException
GetLocalResourceObject in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionpublic NetObject GetSection(java.lang.String sectionName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, HttpRequestValidationException, ProviderException, ConfigurationErrorsException
GetSection in class HttpContextBasejava.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionHttpRequestValidationExceptionProviderExceptionConfigurationErrorsExceptionpublic NetObject GetService(NetType serviceType) throws java.lang.Throwable
GetService in class HttpContextBasejava.lang.Throwablepublic void RemapHandler(IHttpHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
RemapHandler in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionpublic void RewritePath(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
NotSupportedException
RewritePath in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionpublic void RewritePath(java.lang.String path,
boolean rebaseClientPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
HttpException,
OutOfMemoryException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException,
NotSupportedException
RewritePath in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionpublic void RewritePath(java.lang.String filePath,
java.lang.String pathInfo,
java.lang.String queryString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
HttpException,
OutOfMemoryException,
NotSupportedException,
ThreadAbortException,
HttpRequestValidationException
RewritePath in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void RewritePath(java.lang.String filePath,
java.lang.String pathInfo,
java.lang.String queryString,
boolean setClientFilePath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
HttpException,
OutOfMemoryException,
NotSupportedException,
ThreadAbortException,
HttpRequestValidationException
RewritePath in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpContextBasepublic void SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
SetSessionStateBehavior in class HttpContextBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException