Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.webbrowser
Class ProxyOptionsFilter

java.lang.Object
  extended by oracle.ide.webbrowser.ProxyOptionsFilter

public abstract class ProxyOptionsFilter
extends java.lang.Object

A ProxyOptionsFilter filters the properties on a ProxyOptions and can return a different value than the one set in the underlying object. The filter only has meaning for the ProxyOptions object used by the Ide as a whole and shown in the settings (the one you'd get via ProxyOptions.getProxyOptions).


Constructor Summary
ProxyOptionsFilter()
           
 
Method Summary
abstract  java.lang.String getLabel()
          Gets the label to be used to identify the ProxyOptionsFilter.
 java.lang.String getProxyData(java.lang.String proxyData)
          Returns the proxy data after applying the filter
 java.lang.String getProxyExceptions(java.lang.String proxyExceptions)
          Returns the proxy exceptions after applying the filter
 java.lang.String getProxyHost(java.lang.String proxyHost)
          Returns the proxy host after applying the filter
 java.lang.String getProxyPassword(java.lang.String proxyPassword)
          Returns the proxy password after applying the filter
 java.lang.String getProxyPort(java.lang.String proxyPort)
          Returns the proxy port after applying the filter
 java.lang.String getProxyUserName(java.lang.String proxyUserName)
          Returns the proxy user name after applying the filter
 java.lang.Boolean getUseProxy(java.lang.Boolean useProxy)
          Returns the use proxy setting after applying the filter
 java.lang.Boolean getUseProxyAuthentication(java.lang.Boolean useProxyAuthentication)
          Returns the use proxy authentication setting after applying the filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyOptionsFilter

public ProxyOptionsFilter()
Method Detail

getLabel

public abstract java.lang.String getLabel()
Gets the label to be used to identify the ProxyOptionsFilter. This is used to display a message from the settings panel if the user makes a change to the ProxyOptions object while a filter is applied to the object.

Returns:
string suitable for display to the user that identifies the filter

getProxyHost

public java.lang.String getProxyHost(java.lang.String proxyHost)
Returns the proxy host after applying the filter

Parameters:
proxyHost - the proxy host from the underlying ProxyOptions object
Returns:
the proxy host after applying the filter

getProxyPort

public java.lang.String getProxyPort(java.lang.String proxyPort)
Returns the proxy port after applying the filter

Parameters:
proxyPort - the proxy port from the underlying ProxyOptions object
Returns:
the proxy port after applying the filter

getProxyExceptions

public java.lang.String getProxyExceptions(java.lang.String proxyExceptions)
Returns the proxy exceptions after applying the filter

Parameters:
proxyExceptions - the proxy exceptions from the underlying ProxyOptions object
Returns:
the proxy exceptions after applying the filter

getUseProxy

public java.lang.Boolean getUseProxy(java.lang.Boolean useProxy)
Returns the use proxy setting after applying the filter

Parameters:
useProxy - the use proxy setting from the underlying ProxyOptions object
Returns:
the use proxy setting after applying the filter

getUseProxyAuthentication

public java.lang.Boolean getUseProxyAuthentication(java.lang.Boolean useProxyAuthentication)
Returns the use proxy authentication setting after applying the filter

Parameters:
useProxyAuthentication - the use proxy authentication setting from the underlying ProxyOptions object
Returns:
the use proxy authentication setting after applying the filter

getProxyUserName

public java.lang.String getProxyUserName(java.lang.String proxyUserName)
Returns the proxy user name after applying the filter

Parameters:
proxyUserName - the proxy user name from the underlying ProxyOptions object
Returns:
the proxy user name after applying the filter

getProxyPassword

public java.lang.String getProxyPassword(java.lang.String proxyPassword)
Returns the proxy password after applying the filter

Parameters:
proxyPassword - the proxy password from the underlying ProxyOptions object
Returns:
the proxy password after applying the filter

getProxyData

public java.lang.String getProxyData(java.lang.String proxyData)
Returns the proxy data after applying the filter

Parameters:
proxyData - the proxy data from the underlying ProxyOptions object
Returns:
the proxy data after applying the filter

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.