Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.ee |
Modifier and Type | Method and Description |
---|---|
ContextService |
EE.EEResources.contextService(String key) |
Modifier and Type | Method and Description |
---|---|
List<ContextService> |
EE.EEResources.contextServices()
Get the list of ContextService resources
|
Modifier and Type | Method and Description |
---|---|
T |
EE.contextService(ContextService value)
Add the ContextService object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
EE.contextServices(List<ContextService> value)
Add all ContextService objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ContextService<T extends ContextService<T>>
A context service
|
interface |
ContextServiceConsumer<T extends ContextService<T>> |
interface |
ContextServiceSupplier<T extends ContextService> |
Modifier and Type | Method and Description |
---|---|
ContextService |
ContextServiceSupplier.get()
Constructed instance of ContextService resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.