de.fuberlin.wiwiss.pubby
Class Configuration

java.lang.Object
  extended by de.fuberlin.wiwiss.pubby.Configuration

public class Configuration
extends java.lang.Object

The server's configuration.


Constructor Summary
Configuration(com.hp.hpl.jena.rdf.model.Model configurationModel)
           
 
Method Summary
 java.util.Collection getCommentProperties()
           
 java.lang.String getDefaultLanguage()
           
 java.util.Collection getImageProperties()
           
 MappedResource getIndexResource()
           
 java.util.Collection getLabelProperties()
           
 MappedResource getMappedResourceFromDatasetURI(java.lang.String datasetURI)
           
 MappedResource getMappedResourceFromRelativeWebURI(java.lang.String relativeWebURI, boolean isResourceURI)
           
 com.hp.hpl.jena.shared.PrefixMapping getPrefixes()
           
 java.lang.String getProjectLink()
           
 java.lang.String getProjectName()
           
 java.lang.String getWebApplicationBaseURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration(com.hp.hpl.jena.rdf.model.Model configurationModel)
Method Detail

getMappedResourceFromDatasetURI

public MappedResource getMappedResourceFromDatasetURI(java.lang.String datasetURI)

getMappedResourceFromRelativeWebURI

public MappedResource getMappedResourceFromRelativeWebURI(java.lang.String relativeWebURI,
                                                          boolean isResourceURI)

getPrefixes

public com.hp.hpl.jena.shared.PrefixMapping getPrefixes()

getLabelProperties

public java.util.Collection getLabelProperties()

getCommentProperties

public java.util.Collection getCommentProperties()

getImageProperties

public java.util.Collection getImageProperties()

getDefaultLanguage

public java.lang.String getDefaultLanguage()

getIndexResource

public MappedResource getIndexResource()

getProjectLink

public java.lang.String getProjectLink()

getProjectName

public java.lang.String getProjectName()

getWebApplicationBaseURI

public java.lang.String getWebApplicationBaseURI()