Interface ContextFilter

  • All Known Implementing Classes:
    ModClusterService

    public interface ContextFilter
    Author:
    Paul Ferraro
    • Method Detail

      • getExcludedContexts

        Set<String> getExcludedContexts​(Host host)
        Returns the contexts that will *not* be registered in any proxy for the given host.
        Returns:
        a set of context paths excluded for the given host
      • isAutoEnableContexts

        boolean isAutoEnableContexts()
        Indicates when contexts should auto-enable by default. If auto-enable is off, then contexts are disabled by default and must be enabled manually.
        Returns:
        true, contexts should be auto-enabled, false otherwise.