Modifier and Type | Method and Description |
---|---|
Context |
Host.findContext(String path)
Returns the context identified by the specified context path.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Context> |
Host.getContexts()
Returns the contexts associated with this host.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerEventHandler.add(Context context)
Indicates the deployment of a new web application.
|
void |
ContainerEventHandler.remove(Context context)
Indicates the undeployment of the specified context.
|
void |
ContainerEventHandler.start(Context context)
Indicates the specified web application context was started.
|
void |
ContainerEventHandler.stop(Context context)
Indicates the specified web application context was stopped.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.