public class HtmlProxyMap
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlProxyMap.GetProxyObjectRunnable |
| Constructor and Description |
|---|
HtmlProxyMap(java.util.Enumeration proxies)
Constructs the map from vector of proxy definitions.
|
| Modifier and Type | Method and Description |
|---|---|
com.rational.test.ft.domain.ProxyTestObject |
getCustomHtmlProxy(java.lang.Object customProxy,
HtmlTestDomainImplementation domain,
long nativeHandle,
com.rational.test.ft.domain.IChannel channel,
java.lang.String customClassNameValuePair,
CachedData cachedData)
get the proxy associated with an Html Dojo object.
|
com.rational.test.ft.domain.ProxyTestObject |
getProxy(HtmlTestDomainImplementation domain,
com.rational.test.ft.domain.IChannel channel,
long nativeHandle,
boolean includeCustomProxies,
com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswarp) |
com.rational.test.ft.domain.ProxyTestObject |
getProxy(HtmlTestDomainImplementation domain,
com.rational.test.ft.domain.IChannel channel,
long nativeHandle,
com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswarp) |
com.rational.test.ft.domain.ProxyTestObject |
getProxy(HtmlTestDomainImplementation domain,
com.rational.test.ft.domain.IChannel channel,
long nativeHandle,
long docHandle,
boolean includeCustomProxies,
com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswarp)
get the proxy associated with an Html object.
|
HtmlTestSubDomainImplementation[] |
getSubDomains(HtmlTestDomainImplementation domain) |
boolean |
isLowerCaseTag(java.lang.String objectClassName) |
java.lang.String |
makeTagNameCapital(java.lang.String objectClassName) |
public HtmlProxyMap(java.util.Enumeration proxies)
public HtmlTestSubDomainImplementation[] getSubDomains(HtmlTestDomainImplementation domain)
public com.rational.test.ft.domain.ProxyTestObject getProxy(HtmlTestDomainImplementation domain, com.rational.test.ft.domain.IChannel channel, long nativeHandle, com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswarp)
public com.rational.test.ft.domain.ProxyTestObject getProxy(HtmlTestDomainImplementation domain, com.rational.test.ft.domain.IChannel channel, long nativeHandle, boolean includeCustomProxies, com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswarp)
public com.rational.test.ft.domain.ProxyTestObject getProxy(HtmlTestDomainImplementation domain, com.rational.test.ft.domain.IChannel channel, long nativeHandle, long docHandle, boolean includeCustomProxies, com.rational.test.ft.domain.html.chrome.IBrowserCommunicator jswarp)
domain - - HtmlTestDomainImplementation in which the proxy should be created.channel - - channel which should be used when calling methods on the proxy.nativeHandle - - handle to the native Html DOM wrapper.public com.rational.test.ft.domain.ProxyTestObject getCustomHtmlProxy(java.lang.Object customProxy,
HtmlTestDomainImplementation domain,
long nativeHandle,
com.rational.test.ft.domain.IChannel channel,
java.lang.String customClassNameValuePair,
CachedData cachedData)
domain - - HtmlTestDomainImplementation in which the proxy should be created.channel - - channel which should be used when calling methods on the proxy.nativeHandle - - handle to the native Html DOM wrapper.public boolean isLowerCaseTag(java.lang.String objectClassName)
public java.lang.String makeTagNameCapital(java.lang.String objectClassName)