public interface ControllableContext
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ControllableContext.Directive |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOneOf(String name,
ControllableContext.Directive... directives) |
Context |
putDirective(String groupName,
ControllableContext.Directive directive) |
Context |
removeDirective(String groupName,
ControllableContext.Directive directive) |
boolean containsOneOf(String name, ControllableContext.Directive... directives)
Context putDirective(String groupName, ControllableContext.Directive directive)
Context removeDirective(String groupName, ControllableContext.Directive directive)
Copyright © 2019. All rights reserved.