Package org.jboss.hal.meta
Class SelectionAwareStatementContext
- java.lang.Object
-
- org.jboss.hal.meta.FilteringStatementContext
-
- org.jboss.hal.meta.SelectionAwareStatementContext
-
- All Implemented Interfaces:
StatementContext
public class SelectionAwareStatementContext extends FilteringStatementContext implements StatementContext
A filtering statement context which resolves the keyselectionto the specified selection supplier.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.hal.meta.FilteringStatementContext
FilteringStatementContext.Filter
-
Nested classes/interfaces inherited from interface org.jboss.hal.meta.StatementContext
StatementContext.Expression
-
-
Field Summary
Fields Modifier and Type Field Description static StringSELECTION_EXPRESSIONstatic StringSELECTION_KEY-
Fields inherited from interface org.jboss.hal.meta.StatementContext
NOOP
-
-
Constructor Summary
Constructors Constructor Description SelectionAwareStatementContext(StatementContext delegate, Supplier<String> selection)
-
Method Summary
-
Methods inherited from class org.jboss.hal.meta.FilteringStatementContext
domainController, resolve, resolveTuple, selectedHost, selectedProfile, selectedServer, selectedServerConfig, selectedServerGroup
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.meta.StatementContext
domainController, resolve, resolveTuple, selectedHost, selectedProfile, selectedServer, selectedServerConfig, selectedServerGroup
-
-
-
-
Field Detail
-
SELECTION_KEY
public static final String SELECTION_KEY
- See Also:
- Constant Field Values
-
SELECTION_EXPRESSION
public static final String SELECTION_EXPRESSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SelectionAwareStatementContext
public SelectionAwareStatementContext(StatementContext delegate, Supplier<String> selection)
-
-