public class WebAppImpl extends Object implements org.gatein.wci.WebApp
| Constructor and Description |
|---|
WebAppImpl(Class<?> base,
String path,
String name) |
WebAppImpl(javax.servlet.ServletContext servletContext,
ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
void |
fireRequestDestroyed(javax.servlet.ServletRequest servletRequest) |
void |
fireRequestInitialized(javax.servlet.ServletRequest servletRequest) |
ClassLoader |
getClassLoader() |
String |
getContextPath() |
javax.servlet.http.HttpSession |
getHttpSession(String s) |
javax.servlet.ServletContext |
getServletContext() |
boolean |
importFile(String parentDirRelativePath,
String name,
InputStream source,
boolean overwrite) |
boolean |
invalidateSession(String sessId) |
public WebAppImpl(javax.servlet.ServletContext servletContext,
ClassLoader loader)
throws NullPointerException
NullPointerExceptionpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface org.gatein.wci.WebApppublic ClassLoader getClassLoader()
getClassLoader in interface org.gatein.wci.WebApppublic String getContextPath()
getContextPath in interface org.gatein.wci.WebApppublic boolean importFile(String parentDirRelativePath, String name, InputStream source, boolean overwrite) throws IOException
importFile in interface org.gatein.wci.WebAppIOExceptionpublic boolean invalidateSession(String sessId)
public javax.servlet.http.HttpSession getHttpSession(String s)
getHttpSession in interface org.gatein.wci.WebApppublic void fireRequestDestroyed(javax.servlet.ServletRequest servletRequest)
fireRequestDestroyed in interface org.gatein.wci.WebApppublic void fireRequestInitialized(javax.servlet.ServletRequest servletRequest)
fireRequestInitialized in interface org.gatein.wci.WebAppCopyright © 2017 JBoss by Red Hat. All Rights Reserved.