Interface IResourceServerConfiguration

  • All Known Implementing Classes:
    ResourceServerConfiguration

    public interface IResourceServerConfiguration
    Defines the webserver resource interface
    • Method Detail

      • getDirectory

        java.lang.String getDirectory()
        Get the directory
        Returns:
        the directory
      • isLocalDirectory

        boolean isLocalDirectory()
        Define if the directory is local
        Returns:
        true if the directory is local
      • isDirectoryListingEnabled

        boolean isDirectoryListingEnabled()
        Define if the directory listing is enabled
        Returns:
        true if it is enabled
      • readFromClasspath

        boolean readFromClasspath()
        Define if the directory should be read from the classpath
        Returns:
        true if the directory should be read from the classpath
      • getWelcomeFiles

        java.lang.String[] getWelcomeFiles()
        Set the welcome files
        Returns:
        the welcome files
      • getSupportedFileExtensions

        java.lang.String[] getSupportedFileExtensions()
        Set the supported file extensions
        Returns:
        the supported file extensions