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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.HttpBrowserCapabilitiesWrapperstatic JCType
classType
The 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 void
AddBrowser(java.lang.String browserName)
static HttpBrowserCapabilitiesWrapper
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpBrowserCapabilitiesWrapper
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
IsBrowser(java.lang.String browserName)
void
setJCOInstance(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.Throwable
Internal 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.Throwable
ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classHttpBrowserCapabilitiesBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classHttpBrowserCapabilitiesBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classHttpBrowserCapabilitiesBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classHttpBrowserCapabilitiesBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classHttpBrowserCapabilitiesBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classHttpBrowserCapabilitiesBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpBrowserCapabilitiesWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpBrowserCapabilitiesWrapper
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpBrowserCapabilitiesWrapper
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EvaluateFilter
public boolean EvaluateFilter(java.lang.String filterName) throws java.lang.Throwable
- Overrides:
EvaluateFilter
in 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:
IsBrowser
in classHttpBrowserCapabilitiesBase
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
-
CompareFilters
public int CompareFilters(java.lang.String filter1, java.lang.String filter2) throws java.lang.Throwable
- Overrides:
CompareFilters
in 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:
GetClrVersions
in classHttpBrowserCapabilitiesBase
- 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
-
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:
CreateHtmlTextWriter
in classHttpBrowserCapabilitiesBase
- 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
-
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:
DisableOptimizedCacheKey
in classHttpBrowserCapabilitiesBase
- Throws:
java.lang.Throwable
-
-