Package mondrian.spi.impl
Class ServletContextCatalogLocator
java.lang.Object
mondrian.spi.impl.ServletContextCatalogLocator
- All Implemented Interfaces:
CatalogLocator
Locates a catalog based upon a
ServletContext
.
If the catalog URI is an absolute path, it refers to a resource inside our
WAR file, so replace the URL.- Since:
- December, 2005
- Author:
- Gang Chen, jhyde
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ServletContextCatalogLocator
public ServletContextCatalogLocator(javax.servlet.ServletContext servletContext)
-
-
Method Details
-
locate
- Specified by:
locate
in interfaceCatalogLocator
- Returns:
- URL complied string representation.
-