org.pentaho.platform.web.servlet
Class MondrianCatalogPublisher

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pentaho.platform.web.servlet.ServletBase
              extended by org.pentaho.platform.web.servlet.RepositoryFilePublisher
                  extended by org.pentaho.platform.web.servlet.MondrianCatalogPublisher
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, ILogger

public class MondrianCatalogPublisher
extends RepositoryFilePublisher

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.platform.web.servlet.ServletBase
debug
 
Fields inherited from interface org.pentaho.platform.api.engine.ILogger
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
 
Constructor Summary
MondrianCatalogPublisher()
           
 
Method Summary
 String getBaseUrl()
           
 org.apache.commons.logging.Log getLogger()
           
 IMondrianCatalogService getMondrianCatalogService()
           
 void setBaseUrl(String baseUrl)
           
 void setMondrianCatalogService(IMondrianCatalogService mondrianCatalogService)
           
 
Methods inherited from class org.pentaho.platform.web.servlet.RepositoryFilePublisher
checkPublisherKey
 
Methods inherited from class org.pentaho.platform.web.servlet.ServletBase
debug, debug, error, error, fatal, fatal, getLoggingLevel, getObjectName, info, info, setLoggingLevel, trace, trace, warn, warn
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MondrianCatalogPublisher

public MondrianCatalogPublisher()
Method Detail

getLogger

public org.apache.commons.logging.Log getLogger()
Overrides:
getLogger in class RepositoryFilePublisher

getMondrianCatalogService

public IMondrianCatalogService getMondrianCatalogService()

setMondrianCatalogService

public void setMondrianCatalogService(IMondrianCatalogService mondrianCatalogService)

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)