Class WebXml

java.lang.Object
org.pentaho.platform.config.WebXml

public class WebXml extends Object
  • Field Details

  • Constructor Details

    • WebXml

      public WebXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
      Throws:
      IOException
      org.dom4j.DocumentException
      org.pentaho.platform.api.util.XmlParseException
    • WebXml

      public WebXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
      Throws:
      org.dom4j.DocumentException
      org.pentaho.platform.api.util.XmlParseException
    • WebXml

      public WebXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
      Throws:
      org.dom4j.DocumentException
    • WebXml

      public WebXml()
  • Method Details

    • getContextConfigFileName

      public String getContextConfigFileName()
    • getBaseUrl

      @Deprecated public String getBaseUrl()
      Deprecated.
      Returns:
      the fully qualified url of the server
    • getFullyQualifiedServerUrl

      public String getFullyQualifiedServerUrl()
    • getSolutionPath

      public String getSolutionPath()
    • getLocaleLanguage

      public String getLocaleLanguage()
    • getLocaleCountry

      public String getLocaleCountry()
    • getEncoding

      public String getEncoding()
    • getHomePage

      public String getHomePage()
    • setContextConfigFileName

      public void setContextConfigFileName(String fileName)
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • setFullyQualifiedServerUrl

      public void setFullyQualifiedServerUrl(String fullyQualifiedServerUrl)
    • setSolutionPath

      public void setSolutionPath(String solutionPath)
    • setLocaleLanguage

      public void setLocaleLanguage(String language)
    • setLocaleCountry

      public void setLocaleCountry(String country)
    • setEncoding

      public void setEncoding(String encoding)
    • setHomePage

      public void setHomePage(String homePage)
    • getDocument

      public org.dom4j.Document getDocument()
    • getContextParamValue

      public String getContextParamValue(String name)
    • setContextParamValue

      public void setContextParamValue(String name, String value)
    • setServletMapping

      public boolean setServletMapping(String name, String value)
    • getServletMapping

      public String getServletMapping(String name)