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 Details

    • 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
  • Method Details

    • getServerName

      public String getServerName()
    • getEditURI

      public String getEditURI()
    • getViewURI

      public String getViewURI()