|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLData | |
wt.httpgw | Provides
HTTPGateway support including
HTTPLogin ,
HTTPRequest ,
HTTPResponse and
URLFactory . |
Uses of URLData in wt.httpgw |
Fields in wt.httpgw declared as URLData | |
private URLData |
URLFactory.ivRefData
The reference URLData to the codebase |
private URLData |
URLFactory.ivAltRefData
The Alternate URLData to the codebase |
private URLData |
URLFactory.ivRequestURI
The request URI object |
Methods in wt.httpgw that return URLData | |
private URLData |
URLFactory.buildServerURLData(URL aServerCodebase)
Will create a URLData object for the server codebase which is defined by the URL. |
private URLData |
URLFactory.buildURLData(String tvKey,
String tvValue,
URLData aRefData)
This will build an URLData object based on the Mapping String and it's key in coordination with a Reference Object. |
private URLData |
URLFactory.findPartialMapping(ArrayList aList,
String aKey,
int anIndex)
This method will attempt to find a partial mapping for the given key by searching up the list toward the beginning looking for the first partial match. |
private URLData |
URLFactory.findMapping(ArrayList aList,
String aKey)
Will return an URLData object that maps to a given key if the key or a partial key is found in the mapping list. |
Methods in wt.httpgw with parameters of type URLData | |
private URLData |
URLFactory.buildURLData(String tvKey,
String tvValue,
URLData aRefData)
This will build an URLData object based on the Mapping String and it's key in coordination with a Reference Object. |
private String |
URLFactory.determineRelativeHREF(URLData aReference,
String aResource)
This method will determine the relative difference between a Reference URLData and a String resource |
String |
URLData.getRelativeDifference(URLData base)
This method will return the relative difference between this URLData and a reference or baseline URLData object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |