Uses of Interface
edu.cornell.mannlib.vitro.webapp.utils.NamespaceMapper
-
Packages that use NamespaceMapper Package Description edu.cornell.mannlib.vitro.webapp.filters edu.cornell.mannlib.vitro.webapp.utils edu.cornell.mannlib.vitro.webapp.utils.jena -
-
Uses of NamespaceMapper in edu.cornell.mannlib.vitro.webapp.filters
Methods in edu.cornell.mannlib.vitro.webapp.filters with parameters of type NamespaceMapper Modifier and Type Method Description protected StringURLRewritingHttpServletResponse. encodeForVitro(String inUrl, String characterEncoding, Boolean isSInglePortal, int contextPathDepth, NamespaceMapper nsMap, String defaultNamespace, List<String> externalNamespaces)bdc34: Isolating this method for unit testing purposes. -
Uses of NamespaceMapper in edu.cornell.mannlib.vitro.webapp.utils
Methods in edu.cornell.mannlib.vitro.webapp.utils that return NamespaceMapper Modifier and Type Method Description static NamespaceMapperNamespaceMapperFactory. getNamespaceMapper(javax.servlet.ServletContext servletContext) -
Uses of NamespaceMapper in edu.cornell.mannlib.vitro.webapp.utils.jena
Classes in edu.cornell.mannlib.vitro.webapp.utils.jena that implement NamespaceMapper Modifier and Type Class Description classNamespaceMapperJena
-