public class HttpBrowserCapabilitiesWrapper extends HttpBrowserCapabilitiesBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpBrowserCapabilitiesWrapper
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.HttpBrowserCapabilitiesWrapper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpBrowserCapabilitiesWrapper() |
HttpBrowserCapabilitiesWrapper(HttpBrowserCapabilities httpBrowserCapabilities) |
HttpBrowserCapabilitiesWrapper(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddBrowser(java.lang.String browserName) |
static HttpBrowserCapabilitiesWrapper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpBrowserCapabilitiesWrapper, a cast assert is made to check if types are compatible. |
int |
CompareFilters(java.lang.String filter1,
java.lang.String filter2) |
HtmlTextWriter |
CreateHtmlTextWriter(TextWriter w) |
void |
DisableOptimizedCacheKey() |
boolean |
EvaluateFilter(java.lang.String filterName) |
Version[] |
GetClrVersions() |
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
|
boolean |
IsBrowser(java.lang.String browserName) |
void |
setJCOInstance(JCObject instance) |
getActiveXControls, getAdapters, getAOL, getBackgroundSounds, getBeta, getBrowser, getBrowsers, getCanCombineFormsInDeck, getCanInitiateVoiceCall, getCanRenderAfterInputOrSelectElement, getCanRenderEmptySelects, getCanRenderInputAndSelectElementsTogether, getCanRenderMixedSelects, getCanRenderOneventAndPrevElementsTogether, getCanRenderPostBackCards, getCanRenderSetvarZeroWithMultiSelectionList, getCanSendMail, getCapabilities, getCDF, getClrVersion, getCookies, getCrawler, getDefaultSubmitButtonLimit, getEcmaScriptVersion, getFrames, getGatewayMajorVersion, getGatewayMinorVersion, getGatewayVersion, getHasBackButton, getHidesRightAlignedMultiselectScrollbars, getHtmlTextWriter, getId, getInputType, getIsColor, getIsMobileDevice, getJavaApplets, getJScriptVersion, getMajorVersion, getMaximumHrefLength, getMaximumRenderedPageSize, getMaximumSoftkeyLabelLength, getMinorVersion, getMinorVersionString, getMobileDeviceManufacturer, getMobileDeviceModel, getMSDomVersion, getNumberOfSoftkeys, getPlatform, getPreferredImageMime, getPreferredRenderingMime, getPreferredRenderingType, getPreferredRequestEncoding, getPreferredResponseEncoding, getRendersBreakBeforeWmlSelectAndInput, getRendersBreaksAfterHtmlLists, getRendersBreaksAfterWmlAnchor, getRendersBreaksAfterWmlInput, getRendersWmlDoAcceptsInline, getRendersWmlSelectsAsMenuCards, getRequiredMetaTagNameValue, getRequiresAttributeColonSubstitution, getRequiresContentTypeMetaTag, getRequiresControlStateInSession, getRequiresDBCSCharacter, getRequiresHtmlAdaptiveErrorReporting, getRequiresLeadingPageBreak, getRequiresNoBreakInFormatting, getRequiresOutputOptimization, getRequiresPhoneNumbersAsPlainText, getRequiresSpecialViewStateEncoding, getRequiresUniqueFilePathSuffix, getRequiresUniqueHtmlCheckboxNames, getRequiresUniqueHtmlInputNames, getRequiresUrlEncodedPostfieldValues, getScreenBitDepth, getScreenCharactersHeight, getScreenCharactersWidth, getScreenPixelsHeight, getScreenPixelsWidth, getSupportsAccesskeyAttribute, getSupportsBodyColor, getSupportsBold, getSupportsCacheControlMetaTag, getSupportsCallback, getSupportsCss, getSupportsDivAlign, getSupportsDivNoWrap, getSupportsEmptyStringInCookieValue, getSupportsFontColor, getSupportsFontName, getSupportsFontSize, getSupportsImageSubmit, getSupportsIModeSymbols, getSupportsInputIStyle, getSupportsInputMode, getSupportsItalic, getSupportsJPhoneMultiMediaAttributes, getSupportsJPhoneSymbols, getSupportsQueryStringInFormAction, getSupportsRedirectWithCookie, getSupportsSelectMultiple, getSupportsUncheck, getSupportsXmlHttp, getTables, getTagWriter, getType, getUseOptimizedCacheKey, getVBScript, getVersion, getW3CDomVersion, getWin16, getWin32, setCapabilities, setHtmlTextWriterpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpBrowserCapabilitiesWrapper()
throws java.lang.Throwable
java.lang.Throwablepublic HttpBrowserCapabilitiesWrapper(HttpBrowserCapabilities httpBrowserCapabilities) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic HttpBrowserCapabilitiesWrapper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddBrowser(java.lang.String browserName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
IndexOutOfRangeException
public static HttpBrowserCapabilitiesWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpBrowserCapabilitiesWrapper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpBrowserCapabilitiesWrapper instancejava.lang.Throwable - in case of error during cast operationpublic int CompareFilters(java.lang.String filter1,
java.lang.String filter2)
throws java.lang.Throwable
CompareFilters in class HttpBrowserCapabilitiesBasejava.lang.Throwablepublic HtmlTextWriter CreateHtmlTextWriter(TextWriter w) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, FormatException, HttpException, ArgumentException, CultureNotFoundException, ConfigurationException, ConfigurationErrorsException, IndexOutOfRangeException, MulticastNotSupportedException, MissingManifestResourceException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, HttpCompileException, HttpParseException, SecurityException, MissingMethodException, TargetInvocationException
CreateHtmlTextWriter in class HttpBrowserCapabilitiesBasejava.lang.ThrowableArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionFormatExceptionHttpExceptionArgumentExceptionCultureNotFoundExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionHttpCompileExceptionHttpParseExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionpublic void DisableOptimizedCacheKey()
throws java.lang.Throwable
DisableOptimizedCacheKey in class HttpBrowserCapabilitiesBasejava.lang.Throwablepublic boolean EvaluateFilter(java.lang.String filterName)
throws java.lang.Throwable
EvaluateFilter in class HttpBrowserCapabilitiesBasejava.lang.Throwablepublic Version[] GetClrVersions() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, MemberAccessException, OverflowException, OutOfMemoryException, SecurityException, RegexMatchTimeoutException, RankException
GetClrVersions in class HttpBrowserCapabilitiesBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionMemberAccessExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionRegexMatchTimeoutExceptionRankExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpBrowserCapabilitiesBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpBrowserCapabilitiesBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpBrowserCapabilitiesBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpBrowserCapabilitiesBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpBrowserCapabilitiesBaseJCType representing the CLR Type of the instantiated Classpublic boolean IsBrowser(java.lang.String browserName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException
IsBrowser in class HttpBrowserCapabilitiesBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpBrowserCapabilitiesBase