Class TMRAPConfiguration
- java.lang.Object
-
- net.ontopia.topicmaps.utils.tmrap.TMRAPConfiguration
-
public class TMRAPConfiguration extends Object
INTERNAL: Used to hold the TMRAP configuration settings. Mainly used in order to pass the configuration settings from the adapters in to TMRAPImplementation.
-
-
Constructor Summary
Constructors Constructor Description TMRAPConfiguration(Map<String,String> config)
TMRAPConfiguration(javax.servlet.ServletConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEditURI()
String
getServerName()
String
getViewURI()
-
-
-
Constructor Detail
-
TMRAPConfiguration
public TMRAPConfiguration(Map<String,String> config) throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
TMRAPConfiguration
public TMRAPConfiguration(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
-