public class Wildfly11WebAppContext extends Object implements WebAppContext
| Modifier and Type | Field and Description |
|---|---|
static String |
GATEIN_SERVLET_NAME |
static String |
GATEIN_SERVLET_PATH |
| Constructor and Description |
|---|
Wildfly11WebAppContext(io.undertow.servlet.api.Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
fireRequestDestroyed(javax.servlet.ServletRequest request) |
void |
fireRequestInitialized(javax.servlet.ServletRequest request) |
ClassLoader |
getClassLoader() |
String |
getContextPath() |
javax.servlet.http.HttpSession |
getHttpSession(String sessionId) |
javax.servlet.ServletContext |
getServletContext() |
boolean |
importFile(String parentDirRelativePath,
String name,
InputStream source,
boolean overwrite) |
void |
start() |
void |
stop() |
public static final String GATEIN_SERVLET_NAME
public static final String GATEIN_SERVLET_PATH
public Wildfly11WebAppContext(io.undertow.servlet.api.Deployment deployment)
public void start()
throws Exception
start in interface WebAppContextExceptionpublic void stop()
stop in interface WebAppContextpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface WebAppContextpublic ClassLoader getClassLoader()
getClassLoader in interface WebAppContextpublic String getContextPath()
getContextPath in interface WebAppContextpublic boolean importFile(String parentDirRelativePath, String name, InputStream source, boolean overwrite) throws IOException
importFile in interface WebAppContextIOExceptionpublic javax.servlet.http.HttpSession getHttpSession(String sessionId)
getHttpSession in interface WebAppContextpublic void fireRequestInitialized(javax.servlet.ServletRequest request)
fireRequestInitialized in interface WebAppContextpublic void fireRequestDestroyed(javax.servlet.ServletRequest request)
fireRequestDestroyed in interface WebAppContextCopyright © 2019 JBoss by Red Hat. All Rights Reserved.