Class ServletContainerServices

  • All Implemented Interfaces:
    ContainerServices, ContainerServicesContext

    public class ServletContainerServices
    extends HttpServletContainerServices
    This is the implementation class for the ContainerServices interface when application is running in the Java Web Container environment.

    This class should ONLY be called and known to by the Main Servlet class and the Tag Libaries.

    In the ASPx environment, Web applications should implement another interface DisconnectedContainerServices and are encouraged to extend the reference implementation DisconnectedContainerServicesImpl.

    From the perspective of the Web Application Data layer and all other layers which require platform independence, this class should be completely transparent and hidden.
    Since:
    MicroStrategy Web 7.5.1
    • Constructor Detail

      • ServletContainerServices

        public ServletContainerServices()
        Creates a new ServletContainerServices object.
      • ServletContainerServices

        public ServletContainerServices​(boolean hasOutputStream)