Interface WebAppClassLoader.Context

    • Method Detail

      • newResource

        Resource newResource​(String urlOrPath)
                      throws IOException
        Deprecated.
        Convert a URL or path to a Resource. The default implementation is a wrapper for Resource.newResource(String).
        Parameters:
        urlOrPath - The URL or path to convert
        Returns:
        The Resource for the URL/path
        Throws:
        IOException - The Resource could not be created.
      • getPermissions

        PermissionCollection getPermissions()
        Deprecated.
        Returns:
        Returns the permissions.
      • isParentLoaderPriority

        boolean isParentLoaderPriority()
        Deprecated.
        Returns:
        True if the classloader should delegate first to the parent classloader (standard java behaviour) or false if the classloader should first try to load from WEB-INF/lib or WEB-INF/classes (servlet spec recommendation).
      • getExtraClasspath

        String getExtraClasspath()
        Deprecated.
      • isServerResource

        boolean isServerResource​(String name,
                                 URL parentUrl)
        Deprecated.
      • isSystemResource

        boolean isSystemResource​(String name,
                                 URL webappUrl)
        Deprecated.