Package system.web.configuration
Class HttpCapabilitiesBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.configuration.HttpCapabilitiesBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IFilterResolutionService
- Direct Known Subclasses:
HttpBrowserCapabilities
public class HttpCapabilitiesBase extends NetObject implements IFilterResolutionService
The base .NET class managing System.Web.Configuration.HttpCapabilitiesBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Configuration.HttpCapabilitiesBase
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.Configuration.HttpCapabilitiesBasestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpCapabilitiesBase()
HttpCapabilitiesBase(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IFilterResolutionService
CompareFilters, EvaluateFilter
-
-
-
-
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.Configuration.HttpCapabilitiesBase- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIFilterResolutionService
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- 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 interfaceIFilterResolutionService
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- 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 interfaceIFilterResolutionService
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- 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 interfaceIFilterResolutionService
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIFilterResolutionService
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpCapabilitiesBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpCapabilitiesBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpCapabilitiesBase
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsBrowser
public boolean IsBrowser(java.lang.String browserName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
GetClrVersions
public Version[] GetClrVersions() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, IndexOutOfRangeException, ThreadAbortException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, MemberAccessException, OverflowException, OutOfMemoryException, SecurityException, RegexMatchTimeoutException, FormatException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
IndexOutOfRangeException
ThreadAbortException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
MemberAccessException
OverflowException
OutOfMemoryException
SecurityException
RegexMatchTimeoutException
FormatException
RankException
-
GetConfigCapabilities
public static HttpCapabilitiesBase GetConfigCapabilities(java.lang.String configKey, HttpRequest request) throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, TypeLoadException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ConfigurationException, HttpCompileException, HttpParseException, ArgumentOutOfRangeException, OperationCanceledException, NullReferenceException, TargetParameterCountException
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
TypeLoadException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
ConfigurationException
HttpCompileException
HttpParseException
ArgumentOutOfRangeException
OperationCanceledException
NullReferenceException
TargetParameterCountException
-
CreateHtmlTextWriter
public HtmlTextWriter CreateHtmlTextWriter(TextWriter w) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, FormatException, HttpException, CultureNotFoundException, ConfigurationErrorsException, ConfigurationException, MulticastNotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, NotSupportedException, XmlException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, OutOfMemoryException, HttpCompileException, ProviderException, HttpParseException, UriFormatException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
FormatException
HttpException
CultureNotFoundException
ConfigurationErrorsException
ConfigurationException
MulticastNotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
NotSupportedException
XmlException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
OutOfMemoryException
HttpCompileException
ProviderException
HttpParseException
UriFormatException
MissingMethodException
-
AddBrowser
public void AddBrowser(java.lang.String browserName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotSupportedException, IndexOutOfRangeException
-
DisableOptimizedCacheKey
public void DisableOptimizedCacheKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveXControls
public boolean getActiveXControls() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getAOL
public boolean getAOL() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getBackgroundSounds
public boolean getBackgroundSounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getBeta
public boolean getBeta() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getCanCombineFormsInDeck
public boolean getCanCombineFormsInDeck() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanInitiateVoiceCall
public boolean getCanInitiateVoiceCall() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderAfterInputOrSelectElement
public boolean getCanRenderAfterInputOrSelectElement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderEmptySelects
public boolean getCanRenderEmptySelects() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderInputAndSelectElementsTogether
public boolean getCanRenderInputAndSelectElementsTogether() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderMixedSelects
public boolean getCanRenderMixedSelects() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderOneventAndPrevElementsTogether
public boolean getCanRenderOneventAndPrevElementsTogether() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderPostBackCards
public boolean getCanRenderPostBackCards() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanRenderSetvarZeroWithMultiSelectionList
public boolean getCanRenderSetvarZeroWithMultiSelectionList() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCanSendMail
public boolean getCanSendMail() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getCDF
public boolean getCDF() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getCookies
public boolean getCookies() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getCrawler
public boolean getCrawler() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getFrames
public boolean getFrames() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getHasBackButton
public boolean getHasBackButton() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getHidesRightAlignedMultiselectScrollbars
public boolean getHidesRightAlignedMultiselectScrollbars() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getIsColor
public boolean getIsColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getIsMobileDevice
public boolean getIsMobileDevice() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getJavaApplets
public boolean getJavaApplets() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getJavaScript
public boolean getJavaScript() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getRendersBreakBeforeWmlSelectAndInput
public boolean getRendersBreakBeforeWmlSelectAndInput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRendersBreaksAfterHtmlLists
public boolean getRendersBreaksAfterHtmlLists() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRendersBreaksAfterWmlAnchor
public boolean getRendersBreaksAfterWmlAnchor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRendersBreaksAfterWmlInput
public boolean getRendersBreaksAfterWmlInput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRendersWmlDoAcceptsInline
public boolean getRendersWmlDoAcceptsInline() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRendersWmlSelectsAsMenuCards
public boolean getRendersWmlSelectsAsMenuCards() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresAttributeColonSubstitution
public boolean getRequiresAttributeColonSubstitution() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresContentTypeMetaTag
public boolean getRequiresContentTypeMetaTag() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresControlStateInSession
public boolean getRequiresControlStateInSession() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresDBCSCharacter
public boolean getRequiresDBCSCharacter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresHtmlAdaptiveErrorReporting
public boolean getRequiresHtmlAdaptiveErrorReporting() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresLeadingPageBreak
public boolean getRequiresLeadingPageBreak() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresNoBreakInFormatting
public boolean getRequiresNoBreakInFormatting() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresOutputOptimization
public boolean getRequiresOutputOptimization() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresPhoneNumbersAsPlainText
public boolean getRequiresPhoneNumbersAsPlainText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresSpecialViewStateEncoding
public boolean getRequiresSpecialViewStateEncoding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresUniqueFilePathSuffix
public boolean getRequiresUniqueFilePathSuffix() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresUniqueHtmlCheckboxNames
public boolean getRequiresUniqueHtmlCheckboxNames() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresUniqueHtmlInputNames
public boolean getRequiresUniqueHtmlInputNames() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getRequiresUrlEncodedPostfieldValues
public boolean getRequiresUrlEncodedPostfieldValues() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsAccesskeyAttribute
public boolean getSupportsAccesskeyAttribute() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsBodyColor
public boolean getSupportsBodyColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsBold
public boolean getSupportsBold() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsCacheControlMetaTag
public boolean getSupportsCacheControlMetaTag() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsCallback
public boolean getSupportsCallback() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsCss
public boolean getSupportsCss() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsDivAlign
public boolean getSupportsDivAlign() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsDivNoWrap
public boolean getSupportsDivNoWrap() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsEmptyStringInCookieValue
public boolean getSupportsEmptyStringInCookieValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsFontColor
public boolean getSupportsFontColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsFontName
public boolean getSupportsFontName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsFontSize
public boolean getSupportsFontSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsImageSubmit
public boolean getSupportsImageSubmit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsIModeSymbols
public boolean getSupportsIModeSymbols() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsInputIStyle
public boolean getSupportsInputIStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsInputMode
public boolean getSupportsInputMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsItalic
public boolean getSupportsItalic() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsJPhoneMultiMediaAttributes
public boolean getSupportsJPhoneMultiMediaAttributes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsJPhoneSymbols
public boolean getSupportsJPhoneSymbols() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsQueryStringInFormAction
public boolean getSupportsQueryStringInFormAction() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsRedirectWithCookie
public boolean getSupportsRedirectWithCookie() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsSelectMultiple
public boolean getSupportsSelectMultiple() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsUncheck
public boolean getSupportsUncheck() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getSupportsXmlHttp
public boolean getSupportsXmlHttp() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException
-
getTables
public boolean getTables() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getUseOptimizedCacheKey
public boolean getUseOptimizedCacheKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVBScript
public boolean getVBScript() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getWin16
public boolean getWin16() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getWin32
public boolean getWin32() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
getGatewayMinorVersion
public double getGatewayMinorVersion() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, NullReferenceException, FormatException, OverflowException
-
getMinorVersion
public double getMinorVersion() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, NullReferenceException, FormatException, OverflowException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
OutOfMemoryException
NullReferenceException
FormatException
OverflowException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
-
getDefaultSubmitButtonLimit
public int getDefaultSubmitButtonLimit() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getGatewayMajorVersion
public int getGatewayMajorVersion() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getMajorVersion
public int getMajorVersion() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
OverflowException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
-
getMaximumHrefLength
public int getMaximumHrefLength() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getMaximumRenderedPageSize
public int getMaximumRenderedPageSize() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getMaximumSoftkeyLabelLength
public int getMaximumSoftkeyLabelLength() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getNumberOfSoftkeys
public int getNumberOfSoftkeys() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getScreenBitDepth
public int getScreenBitDepth() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getScreenCharactersHeight
public int getScreenCharactersHeight() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getScreenCharactersWidth
public int getScreenCharactersWidth() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getScreenPixelsHeight
public int getScreenPixelsHeight() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getScreenPixelsWidth
public int getScreenPixelsWidth() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getBrowsers
public NetArrayList getBrowsers() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAdapters
public IDictionary getAdapters() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
getCapabilities
public IDictionary getCapabilities() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCapabilities
public void setCapabilities(IDictionary Capabilities) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBrowser
public java.lang.String getBrowser() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGatewayVersion
public java.lang.String getGatewayVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHtmlTextWriter
public java.lang.String getHtmlTextWriter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHtmlTextWriter
public void setHtmlTextWriter(java.lang.String HtmlTextWriter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getId
public java.lang.String getId() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getInputType
public java.lang.String getInputType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinorVersionString
public java.lang.String getMinorVersionString() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMobileDeviceManufacturer
public java.lang.String getMobileDeviceManufacturer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMobileDeviceModel
public java.lang.String getMobileDeviceModel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPlatform
public java.lang.String getPlatform() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredImageMime
public java.lang.String getPreferredImageMime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredRenderingMime
public java.lang.String getPreferredRenderingMime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredRenderingType
public java.lang.String getPreferredRenderingType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredRequestEncoding
public java.lang.String getPreferredRequestEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredResponseEncoding
public java.lang.String getPreferredResponseEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequiredMetaTagNameValue
public java.lang.String getRequiredMetaTagNameValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getType
public java.lang.String getType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTagWriter
public NetType getTagWriter() throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, HttpException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ArgumentOutOfRangeException, NotImplementedException, HttpCompileException, HttpParseException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
HttpException
ConfigurationException
ConfigurationErrorsException
MulticastNotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
ArgumentOutOfRangeException
NotImplementedException
HttpCompileException
HttpParseException
-
getClrVersion
public Version getClrVersion() 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
- 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
-
getEcmaScriptVersion
public Version getEcmaScriptVersion() throws java.lang.Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
OverflowException
ArgumentOutOfRangeException
ArgumentException
-
getJScriptVersion
public Version getJScriptVersion() throws java.lang.Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
OverflowException
ArgumentOutOfRangeException
ArgumentException
-
getMSDomVersion
public Version getMSDomVersion() throws java.lang.Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
OverflowException
ArgumentOutOfRangeException
ArgumentException
-
getW3CDomVersion
public Version getW3CDomVersion() throws java.lang.Throwable, ArgumentNullException, FormatException, OverflowException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
OverflowException
ArgumentOutOfRangeException
ArgumentException
-
getBrowserCapabilitiesProvider
public static HttpCapabilitiesProvider getBrowserCapabilitiesProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBrowserCapabilitiesProvider
public static void setBrowserCapabilitiesProvider(HttpCapabilitiesProvider BrowserCapabilitiesProvider) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-