Interface WelcomeFileManager

All Known Implementing Classes:
DefaultWelcomeFileManager

public interface WelcomeFileManager
The WelcomeFileManager API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • addWelcomeFile

      void addWelcomeFile(String welcomeFile)
      Add a welcome file.
      Parameters:
      welcomeFile - the welcome file.
    • doFilter

      void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
      Process the request.
      Parameters:
      request - the request.
      response - the response.
      chain - the filter chain.
      Throws:
      IOException - when an I/O error occurs.
      ServletException - when a filter or servlet error occurs.
    • getWelcomeFileList

      List<String> getWelcomeFileList()
      Returns the welcome file list.
      Returns:
      the welcome file list