com.ptc.core.ca.web.client.gw
Class WebUrlFactory

java.lang.Object
  extended by com.ptc.core.ca.web.client.gw.WebUrlFactory

Deprecated.

@Deprecated
public class WebUrlFactory
extends Object

The factory to generate HREFs to DCA resources. This is just a thin wrapper around winchill URL factory.



Supported API: true

Extendable: false

See Also:
URLFactory

Constructor Summary
WebUrlFactory()
          Deprecated. 

Supported API: true
 
Method Summary
 URLFactory getFactory()
          Deprecated. Gets the value of the attribute: factory.
 String getFullyQualifiedHREF(String resource)
          Deprecated. 

Supported API: true
 String getFullyQualifiedHREF(String resource, HashMap params)
          Deprecated. 

Supported API: true
 String getFullyQualifiedHREF(String resource, String queryString)
          Deprecated. 

Supported API: true
 String getFullyQualifiedRequestURI()
          Deprecated. 

Supported API: true
 String getHREF(String resource)
          Deprecated. 

Supported API: true
 String getHREF(String resource, HashMap params)
          Deprecated. 

Supported API: true
 String getHREF(String resource, String queryString)
          Deprecated. 

Supported API: true
 HashMap getHrefMap()
          Deprecated. Gets the value of the attribute: hrefMap.
 HashMap getMap()
          Deprecated. Gets the value of the attribute: map; Map to be used for parameter creation.
 String getOriginalRequestURL(WebEnvData envData, boolean fullyQualified)
          Deprecated. 

Supported API: true
 void setFactory(URLFactory a_Factory)
          Deprecated. Sets the value of the attribute: factory.
 void setHrefMap(HashMap a_HrefMap)
          Deprecated. Sets the value of the attribute: hrefMap.
 void setMap(HashMap a_Map)
          Deprecated. Sets the value of the attribute: map; Map to be used for parameter creation.
 void setRequestURItoBase()
          Deprecated. 

Supported API: true
 void setRequestURL(String scheme, String hostName, String requestURI)
          Deprecated. 

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebUrlFactory

public WebUrlFactory()
              throws WTException
Deprecated. 


Supported API: true

Throws:
WTException
Method Detail

getFactory

public URLFactory getFactory()
Deprecated. 
Gets the value of the attribute: factory.

Supported API: true

Returns:
URLFactory

setFactory

public void setFactory(URLFactory a_Factory)
Deprecated. 
Sets the value of the attribute: factory.

Supported API: true

Parameters:
a_Factory -

getMap

public HashMap getMap()
Deprecated. 
Gets the value of the attribute: map; Map to be used for parameter creation. This map exists for performance optimization reasons only. Use with caution.

Supported API: true

Returns:
HashMap

setMap

public void setMap(HashMap a_Map)
Deprecated. 
Sets the value of the attribute: map; Map to be used for parameter creation. This map exists for performance optimization reasons only. Use with caution.

Supported API: true

Parameters:
a_Map -

getHrefMap

public HashMap getHrefMap()
Deprecated. 
Gets the value of the attribute: hrefMap.

Supported API: true

Returns:
HashMap

setHrefMap

public void setHrefMap(HashMap a_HrefMap)
Deprecated. 
Sets the value of the attribute: hrefMap.

Supported API: true

Parameters:
a_HrefMap -

setRequestURL

public void setRequestURL(String scheme,
                          String hostName,
                          String requestURI)
Deprecated. 


Supported API: true

Parameters:
scheme -
hostName -
requestURI -

setRequestURItoBase

public void setRequestURItoBase()
Deprecated. 


Supported API: true


getFullyQualifiedRequestURI

public String getFullyQualifiedRequestURI()
Deprecated. 


Supported API: true

Returns:
String

getHREF

public String getHREF(String resource,
                      HashMap params)
Deprecated. 


Supported API: true

Parameters:
resource -
params -
Returns:
String

getHREF

public String getHREF(String resource,
                      String queryString)
Deprecated. 


Supported API: true

Parameters:
resource -
queryString -
Returns:
String

getHREF

public String getHREF(String resource)
Deprecated. 


Supported API: true

Parameters:
resource -
Returns:
String

getFullyQualifiedHREF

public String getFullyQualifiedHREF(String resource,
                                    HashMap params)
Deprecated. 


Supported API: true

Parameters:
resource -
params -
Returns:
String

getFullyQualifiedHREF

public String getFullyQualifiedHREF(String resource,
                                    String queryString)
Deprecated. 


Supported API: true

Parameters:
resource -
queryString -
Returns:
String

getFullyQualifiedHREF

public String getFullyQualifiedHREF(String resource)
Deprecated. 


Supported API: true

Parameters:
resource -
Returns:
String

getOriginalRequestURL

public String getOriginalRequestURL(WebEnvData envData,
                                    boolean fullyQualified)
Deprecated. 


Supported API: true

Parameters:
envData -
fullyQualified -
Returns:
String