Package system.web
Class HttpBrowserCapabilitiesBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpBrowserCapabilitiesBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
HttpBrowserCapabilitiesWrapper
public class HttpBrowserCapabilitiesBase extends NetObject
The base .NET class managing System.Web.HttpBrowserCapabilitiesBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpBrowserCapabilitiesBase
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.HttpBrowserCapabilitiesBasestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpBrowserCapabilitiesBase()
HttpBrowserCapabilitiesBase(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
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.HttpBrowserCapabilitiesBase- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpBrowserCapabilitiesBase
public HttpBrowserCapabilitiesBase(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpBrowserCapabilitiesBase
public HttpBrowserCapabilitiesBase() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 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 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 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 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpBrowserCapabilitiesBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpBrowserCapabilitiesBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpBrowserCapabilitiesBase
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EvaluateFilter
public boolean EvaluateFilter(java.lang.String filterName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
IsBrowser
public boolean IsBrowser(java.lang.String browserName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
CompareFilters
public int CompareFilters(java.lang.String filter1, java.lang.String filter2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
GetClrVersions
public Version[] GetClrVersions() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
CreateHtmlTextWriter
public HtmlTextWriter CreateHtmlTextWriter(TextWriter w) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
AddBrowser
public void AddBrowser(java.lang.String browserName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
DisableOptimizedCacheKey
public void DisableOptimizedCacheKey() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getActiveXControls
public boolean getActiveXControls() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getAOL
public boolean getAOL() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBackgroundSounds
public boolean getBackgroundSounds() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBeta
public boolean getBeta() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanCombineFormsInDeck
public boolean getCanCombineFormsInDeck() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanInitiateVoiceCall
public boolean getCanInitiateVoiceCall() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderAfterInputOrSelectElement
public boolean getCanRenderAfterInputOrSelectElement() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderEmptySelects
public boolean getCanRenderEmptySelects() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderInputAndSelectElementsTogether
public boolean getCanRenderInputAndSelectElementsTogether() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderMixedSelects
public boolean getCanRenderMixedSelects() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderOneventAndPrevElementsTogether
public boolean getCanRenderOneventAndPrevElementsTogether() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderPostBackCards
public boolean getCanRenderPostBackCards() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanRenderSetvarZeroWithMultiSelectionList
public boolean getCanRenderSetvarZeroWithMultiSelectionList() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCanSendMail
public boolean getCanSendMail() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCDF
public boolean getCDF() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCookies
public boolean getCookies() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCrawler
public boolean getCrawler() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getFrames
public boolean getFrames() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHasBackButton
public boolean getHasBackButton() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHidesRightAlignedMultiselectScrollbars
public boolean getHidesRightAlignedMultiselectScrollbars() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsColor
public boolean getIsColor() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsMobileDevice
public boolean getIsMobileDevice() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getJavaApplets
public boolean getJavaApplets() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRendersBreakBeforeWmlSelectAndInput
public boolean getRendersBreakBeforeWmlSelectAndInput() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRendersBreaksAfterHtmlLists
public boolean getRendersBreaksAfterHtmlLists() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRendersBreaksAfterWmlAnchor
public boolean getRendersBreaksAfterWmlAnchor() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRendersBreaksAfterWmlInput
public boolean getRendersBreaksAfterWmlInput() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRendersWmlDoAcceptsInline
public boolean getRendersWmlDoAcceptsInline() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRendersWmlSelectsAsMenuCards
public boolean getRendersWmlSelectsAsMenuCards() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresAttributeColonSubstitution
public boolean getRequiresAttributeColonSubstitution() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresContentTypeMetaTag
public boolean getRequiresContentTypeMetaTag() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresControlStateInSession
public boolean getRequiresControlStateInSession() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresDBCSCharacter
public boolean getRequiresDBCSCharacter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresHtmlAdaptiveErrorReporting
public boolean getRequiresHtmlAdaptiveErrorReporting() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresLeadingPageBreak
public boolean getRequiresLeadingPageBreak() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresNoBreakInFormatting
public boolean getRequiresNoBreakInFormatting() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresOutputOptimization
public boolean getRequiresOutputOptimization() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresPhoneNumbersAsPlainText
public boolean getRequiresPhoneNumbersAsPlainText() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresSpecialViewStateEncoding
public boolean getRequiresSpecialViewStateEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresUniqueFilePathSuffix
public boolean getRequiresUniqueFilePathSuffix() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresUniqueHtmlCheckboxNames
public boolean getRequiresUniqueHtmlCheckboxNames() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresUniqueHtmlInputNames
public boolean getRequiresUniqueHtmlInputNames() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiresUrlEncodedPostfieldValues
public boolean getRequiresUrlEncodedPostfieldValues() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsAccesskeyAttribute
public boolean getSupportsAccesskeyAttribute() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsBodyColor
public boolean getSupportsBodyColor() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsBold
public boolean getSupportsBold() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsCacheControlMetaTag
public boolean getSupportsCacheControlMetaTag() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsCallback
public boolean getSupportsCallback() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsCss
public boolean getSupportsCss() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsDivAlign
public boolean getSupportsDivAlign() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsDivNoWrap
public boolean getSupportsDivNoWrap() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsEmptyStringInCookieValue
public boolean getSupportsEmptyStringInCookieValue() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsFontColor
public boolean getSupportsFontColor() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsFontName
public boolean getSupportsFontName() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsFontSize
public boolean getSupportsFontSize() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsImageSubmit
public boolean getSupportsImageSubmit() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsIModeSymbols
public boolean getSupportsIModeSymbols() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsInputIStyle
public boolean getSupportsInputIStyle() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsInputMode
public boolean getSupportsInputMode() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsItalic
public boolean getSupportsItalic() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsJPhoneMultiMediaAttributes
public boolean getSupportsJPhoneMultiMediaAttributes() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsJPhoneSymbols
public boolean getSupportsJPhoneSymbols() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsQueryStringInFormAction
public boolean getSupportsQueryStringInFormAction() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsRedirectWithCookie
public boolean getSupportsRedirectWithCookie() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsSelectMultiple
public boolean getSupportsSelectMultiple() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsUncheck
public boolean getSupportsUncheck() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getSupportsXmlHttp
public boolean getSupportsXmlHttp() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getTables
public boolean getTables() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUseOptimizedCacheKey
public boolean getUseOptimizedCacheKey() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getVBScript
public boolean getVBScript() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getWin16
public boolean getWin16() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getWin32
public boolean getWin32() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getGatewayMinorVersion
public double getGatewayMinorVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMinorVersion
public double getMinorVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getDefaultSubmitButtonLimit
public int getDefaultSubmitButtonLimit() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getGatewayMajorVersion
public int getGatewayMajorVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMajorVersion
public int getMajorVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMaximumHrefLength
public int getMaximumHrefLength() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMaximumRenderedPageSize
public int getMaximumRenderedPageSize() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMaximumSoftkeyLabelLength
public int getMaximumSoftkeyLabelLength() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getNumberOfSoftkeys
public int getNumberOfSoftkeys() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getScreenBitDepth
public int getScreenBitDepth() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getScreenCharactersHeight
public int getScreenCharactersHeight() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getScreenCharactersWidth
public int getScreenCharactersWidth() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getScreenPixelsHeight
public int getScreenPixelsHeight() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getScreenPixelsWidth
public int getScreenPixelsWidth() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBrowsers
public NetArrayList getBrowsers() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getAdapters
public IDictionary getAdapters() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCapabilities
public IDictionary getCapabilities() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setCapabilities
public void setCapabilities(IDictionary Capabilities) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBrowser
public java.lang.String getBrowser() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getGatewayVersion
public java.lang.String getGatewayVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHtmlTextWriter
public java.lang.String getHtmlTextWriter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setHtmlTextWriter
public void setHtmlTextWriter(java.lang.String HtmlTextWriter) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getId
public java.lang.String getId() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getInputType
public java.lang.String getInputType() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMinorVersionString
public java.lang.String getMinorVersionString() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMobileDeviceManufacturer
public java.lang.String getMobileDeviceManufacturer() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMobileDeviceModel
public java.lang.String getMobileDeviceModel() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPlatform
public java.lang.String getPlatform() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPreferredImageMime
public java.lang.String getPreferredImageMime() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPreferredRenderingMime
public java.lang.String getPreferredRenderingMime() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPreferredRenderingType
public java.lang.String getPreferredRenderingType() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPreferredRequestEncoding
public java.lang.String getPreferredRequestEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPreferredResponseEncoding
public java.lang.String getPreferredResponseEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequiredMetaTagNameValue
public java.lang.String getRequiredMetaTagNameValue() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getType
public java.lang.String getType() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getTagWriter
public NetType getTagWriter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getClrVersion
public Version getClrVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getEcmaScriptVersion
public Version getEcmaScriptVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getJScriptVersion
public Version getJScriptVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getMSDomVersion
public Version getMSDomVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getW3CDomVersion
public Version getW3CDomVersion() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
-