Package org.jboss.modcluster.mcmp
Interface ContextFilter
- All Known Implementing Classes:
ModClusterService
public interface ContextFilter
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetExcludedContexts
(Host host) 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
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.
-