public interface ContextContainer
Modifier and Type | Method and Description |
---|---|
void |
addContext(Context context) |
Context |
getContext(String contextType,
long id) |
List<Context> |
getContexts(String contextType) |
Context |
getDefaultContext(String contextType) |
void |
setDefaultContext(Context context) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.