Searched defs:urlScopeLangTable (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1334 // The urlScopeLangTable
1347 private Hashtable urlScopeLangTable = new Hashtable(); field in class:ServiceStoreInMemory
1742 // Get the scope level from urlScopeLangTable.
1745 (Hashtable)urlScopeLangTable.get(url.toString());
2133 (Hashtable)urlScopeLangTable.get(url.toString());
2486 // Create a urlScopeLangTable record for this URL.
2496 (Hashtable)urlScopeLangTable.get(url.toString());
2500 urlScopeLangTable.put(url.toString(), scopeLevel);
2710 (Hashtable)urlScopeLangTable.get(url.toString());
2786 // urlScopeLangTable recor
[all...]

Completed in 20 milliseconds