Package system.web
Class HttpBrowserCapabilitiesWrapper
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpBrowserCapabilitiesBase
-
- system.web.HttpBrowserCapabilitiesWrapper
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpBrowserCapabilitiesWrapper extends HttpBrowserCapabilitiesBase
The base .NET class managing System.Web.HttpBrowserCapabilitiesWrapper, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpBrowserCapabilitiesWrapper
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.HttpBrowserCapabilitiesWrapperstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpBrowserCapabilitiesWrapper()HttpBrowserCapabilitiesWrapper(java.lang.Object instance)Internal constructor.HttpBrowserCapabilitiesWrapper(HttpBrowserCapabilities httpBrowserCapabilities)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddBrowser(java.lang.String browserName)static HttpBrowserCapabilitiesWrappercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpBrowserCapabilitiesWrapper, a cast assert is made to check if types are compatible.intCompareFilters(java.lang.String filter1, java.lang.String filter2)HtmlTextWriterCreateHtmlTextWriter(TextWriter w)voidDisableOptimizedCacheKey()booleanEvaluateFilter(java.lang.String filterName)Version[]GetClrVersions()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleanIsBrowser(java.lang.String browserName)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.web.HttpBrowserCapabilitiesBase
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, setHtmlTextWriter
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.HttpBrowserCapabilitiesWrapper- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpBrowserCapabilitiesWrapper
public HttpBrowserCapabilitiesWrapper(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpBrowserCapabilitiesWrapper
public HttpBrowserCapabilitiesWrapper() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HttpBrowserCapabilitiesWrapper
public HttpBrowserCapabilitiesWrapper(HttpBrowserCapabilities httpBrowserCapabilities) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classHttpBrowserCapabilitiesBase- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classHttpBrowserCapabilitiesBase- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classHttpBrowserCapabilitiesBase- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classHttpBrowserCapabilitiesBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHttpBrowserCapabilitiesBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHttpBrowserCapabilitiesBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpBrowserCapabilitiesWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpBrowserCapabilitiesWrapper, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpBrowserCapabilitiesWrapperinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
EvaluateFilter
public boolean EvaluateFilter(java.lang.String filterName) throws java.lang.Throwable- Overrides:
EvaluateFilterin classHttpBrowserCapabilitiesBase- Throws:
java.lang.Throwable
-
IsBrowser
public boolean IsBrowser(java.lang.String browserName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException- Overrides:
IsBrowserin classHttpBrowserCapabilitiesBase- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedException
-
CompareFilters
public int CompareFilters(java.lang.String filter1, java.lang.String filter2) throws java.lang.Throwable- Overrides:
CompareFiltersin classHttpBrowserCapabilitiesBase- Throws:
java.lang.Throwable
-
GetClrVersions
public 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
- Overrides:
GetClrVersionsin classHttpBrowserCapabilitiesBase- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionMemberAccessExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionRegexMatchTimeoutExceptionRankException
-
CreateHtmlTextWriter
public 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
- Overrides:
CreateHtmlTextWriterin classHttpBrowserCapabilitiesBase- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionFormatExceptionHttpExceptionArgumentExceptionCultureNotFoundExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionHttpCompileExceptionHttpParseExceptionSecurityExceptionMissingMethodExceptionTargetInvocationException
-
AddBrowser
public void AddBrowser(java.lang.String browserName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException
-
DisableOptimizedCacheKey
public void DisableOptimizedCacheKey() throws java.lang.Throwable- Overrides:
DisableOptimizedCacheKeyin classHttpBrowserCapabilitiesBase- Throws:
java.lang.Throwable
-
-