public interface ContextActivator
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<ContextActivator> |
ATTACHMENT_KEY |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletContext |
getServletContext()
Return the servlet context
|
boolean |
startContext()
Start the web context synchronously.
|
boolean |
stopContext()
Stop the web context synchronously.
|
static final org.jboss.as.server.deployment.AttachmentKey<ContextActivator> ATTACHMENT_KEY
boolean startContext()
boolean stopContext()
javax.servlet.ServletContext getServletContext()
Copyright © 2015 JBoss by Red Hat. All rights reserved.