|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.gw.WebUrlFactory
@Deprecated public class WebUrlFactory
The factory to generate HREFs to DCA resources. This is just a thin wrapper around winchill URL factory.
Supported API: true
Extendable: false
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 |
|---|
public WebUrlFactory()
throws WTException
WTException| Method Detail |
|---|
public URLFactory getFactory()
public void setFactory(URLFactory a_Factory)
a_Factory - public HashMap getMap()
public void setMap(HashMap a_Map)
a_Map - public HashMap getHrefMap()
public void setHrefMap(HashMap a_HrefMap)
a_HrefMap -
public void setRequestURL(String scheme,
String hostName,
String requestURI)
scheme - hostName - requestURI - public void setRequestURItoBase()
public String getFullyQualifiedRequestURI()
public String getHREF(String resource,
HashMap params)
resource - params -
public String getHREF(String resource,
String queryString)
resource - queryString -
public String getHREF(String resource)
resource -
public String getFullyQualifiedHREF(String resource,
HashMap params)
resource - params -
public String getFullyQualifiedHREF(String resource,
String queryString)
resource - queryString -
public String getFullyQualifiedHREF(String resource)
resource -
public String getOriginalRequestURL(WebEnvData envData,
boolean fullyQualified)
envData - fullyQualified -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||