|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.framework.context.UrnMap
public class UrnMap
Maps names to different URN's for different domains.
Field Summary | |
---|---|
protected static Logger |
LG
logger |
static String |
URN_ESRI_GPT
|
Constructor Summary | |
---|---|
protected |
UrnMap()
Creates instance |
Method Summary | |
---|---|
protected Map<String,String> |
getDefaultMap()
Gets default URN map. |
static UrnMap |
getInstance()
Gets instance. |
String |
getUrn(String domain,
String name)
Gets URN for the domain. |
protected Map<String,Map<String,String>> |
getUrnDomainMap()
Gets URN domain map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String URN_ESRI_GPT
protected static final Logger LG
Constructor Detail |
---|
protected UrnMap()
Method Detail |
---|
public static UrnMap getInstance()
public String getUrn(String domain, String name)
domain
- domainname
- URN name
protected Map<String,Map<String,String>> getUrnDomainMap()
protected Map<String,String> getDefaultMap()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |