public static class StandaloneDeployment.NoServerDeploymentContext
extends java.lang.Object| Constructor and Description |
|---|
NoServerDeploymentContext(StandaloneDeployment.NoServerDeploymentRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContextComponent(java.lang.String contextId, java.lang.Object component) |
java.lang.Object |
getContextComponent(java.lang.String context) |
java.util.Map |
getContextComponents() |
StandaloneDeployment.NoServerDeploymentRequest |
getDeploymentRequest() |
public NoServerDeploymentContext(StandaloneDeployment.NoServerDeploymentRequest req)
public StandaloneDeployment.NoServerDeploymentRequest getDeploymentRequest()
public void addContextComponent(java.lang.String contextId,
java.lang.Object component)public java.lang.Object getContextComponent(java.lang.String context)
public java.util.Map getContextComponents()