public class ServletContext extends AbstractContext
| Constructor and Description |
|---|
ServletContext() |
| Modifier and Type | Method and Description |
|---|---|
AbstractApplicationContext |
getApplicationContext() |
String |
getPath() |
ServletSecureMode |
getSecureMode() |
Class |
getServletClass() |
AbstractSiteContext |
getSiteContext() |
boolean |
isSessionIdRequired() |
void |
setApplicationContext(AbstractApplicationContext applicationContext) |
void |
setPath(String path) |
<T extends AbstractServlet> |
setServletClass(Class<T> servletClass,
org.clawiz.core.common.system.session.Session session) |
void |
setSiteContext(AbstractSiteContext siteContext) |
getConfig, prepare, setConfigcommit, coreException, destroy, executeQuery, executeQueryBigDecimal, executeQueryDate, executeQueryString, executeUpdate, getLogger, getSavepoint, getService, getService, getService, getServiceScope, getSession, init, logDebug, logError, logInfo, notNull, processExtensions, processExtensions, rollback, rollbackToSavepoint, setServiceScope, setSession, throwExceptionpublic String getPath()
public void setPath(String path)
public AbstractSiteContext getSiteContext()
public void setSiteContext(AbstractSiteContext siteContext)
public Class getServletClass()
public <T extends AbstractServlet> void setServletClass(Class<T> servletClass, org.clawiz.core.common.system.session.Session session)
public AbstractApplicationContext getApplicationContext()
public void setApplicationContext(AbstractApplicationContext applicationContext)
public ServletSecureMode getSecureMode()
public boolean isSessionIdRequired()
Copyright © 2018. All rights reserved.