Class PlatformServletContext

java.lang.Object
org.eclipse.birt.core.framework.PlatformServletContext
All Implemented Interfaces:
IPlatformContext

public class PlatformServletContext extends Object implements IPlatformContext
An platform context that is based on resource operations instead of file operations. Since in web environment WAR deployment, absolute file path is not available, user must use resource operations instead of file operations. In this case, user should use this PlatformContext or develop his own PlatformContext to make sure no file operations are used.
  • Field Details

  • Constructor Details

    • PlatformServletContext

      @Deprecated public PlatformServletContext(javax.servlet.ServletContext context, String urlLeadingString)
      Deprecated.
      since 2.1
      Parameters:
      context -
      urlLeadingString -
    • PlatformServletContext

      public PlatformServletContext(javax.servlet.ServletContext context)
  • Method Details

    • getPlatform

      public String getPlatform()
      Description copied from interface: IPlatformContext
      return the folder of the platform.
      Specified by:
      getPlatform in interface IPlatformContext
      Returns:
      the folder represent the root of the platform.