Interface ContextFilter

All Known Implementing Classes:
ModClusterService

public interface ContextFilter
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the contexts that will *not* be registered in any proxy for the given host.
    boolean
    Indicates when contexts should auto-enable by default.
  • Method Details

    • 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.