Class ContextHandlerCollection

    • Constructor Detail

      • ContextHandlerCollection

        public ContextHandlerCollection()
        Deprecated.
      • ContextHandlerCollection

        public ContextHandlerCollection​(ContextHandler... contexts)
        Deprecated.
    • Method Detail

      • addContext

        @Deprecated
        public ContextHandler addContext​(java.lang.String contextPath,
                                         java.lang.String resourceBase)
        Deprecated.
        Unused convenience method no longer supported.
        Adds a context handler.
        Parameters:
        contextPath - The context path to add
        resourceBase - the base (root) Resource
        Returns:
        the ContextHandler just added
      • getContextClass

        @Deprecated
        public java.lang.Class<?> getContextClass()
        Deprecated.
        Unused convenience mechanism not used.
        Returns:
        The class to use to add new Contexts
      • setContextClass

        @Deprecated
        public void setContextClass​(java.lang.Class<? extends ContextHandler> contextClass)
        Deprecated.
        Unused convenience mechanism not used.
        Parameters:
        contextClass - The class to use to add new Contexts