All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addApplication(AbstractApplicationContext applicationContext) |
void |
addFiles(FilesServletContext context) |
FilesServletContext |
addFiles(String localPath,
String path) |
LocaleContext |
addLanguage(String language) |
void |
addLocale(LocaleContext locale) |
<T extends AbstractServlet> ServletContext |
addServlet(Class<T> clazz,
String path,
AbstractApplicationContext applicationContext) |
void |
destroySession(String id) |
String |
getAccessControlAllowOrigin() |
ApplicationContextList |
getApplicationContexts() |
AbstractSiteContext.DataSourceContext |
getDataSourceContext() |
LocaleContext |
getDefaultLocale() |
String |
getDefaultNotSecuredPath()
Return path to redirect user after logout
|
String |
getDefaultSecuredPath() |
ArrayList<FilesServletContext> |
getFiles() |
String |
getFullName() |
int |
getHttpPort() |
LocaleContext |
getLocaleByPath(String path) |
LocaleContext |
getLocaleByRequest(AbstractHttpRequestContext request) |
ArrayList<LocaleContext> |
getLocales() |
String |
getLoginPath()
Return path to login page
If non-registered user attempt call servlet, than can be access only in secured mode, it will be redirected to this page and cookie 'CLAWIZ_REDIRECT_AFTER_LOGIN' will be set to user request URI
|
PortalContext |
getPortalContext() |
ServletContext |
getServletContextByPath(String path,
LocaleContext localeContext) |
ServletContext |
getServletContextByRequest(AbstractHttpRequestContext request) |
ArrayList<ServletContext> |
getServlets() |
PortalSession |
getSession(String id) |
String |
getSessionIdParameterName() |
Collection<PortalSession> |
getSessions() |
long |
getSessionTimeout() |
String |
getSiteAutoLoginUserName() |
String |
getSiteAutoLoginUserPassword() |
String |
getSiteName() |
void |
makeAddPath(ServletContext context) |
PortalSession |
newSession() |
void |
prepare() |
void |
prepareApplications() |
void |
putSession(String id,
PortalSession session) |
String |
removeLocaleFromPath(String path,
LocaleContext localeContext) |
void |
setAccessControlAllowOrigin(String accessControlAllowOrigin) |
void |
setDefaultLocale(LocaleContext defaultLocale) |
void |
setDefaultNotSecuredPath(String defaultNotSecuredPath) |
void |
setDefaultSecuredPath(String defaultSecuredPath)
Set path to redirect after user successfully registered.
|
void |
setHttpPort(int port) |
void |
setLoginPath(String loginPath)
Set path to site login page
If non-registered user attempt call servlet, than can be access only in secured mode, it will be redirected to this page and cookie 'CLAWIZ_REDIRECT_AFTER_LOGIN' will be set to user request URI
|
void |
setPortalContext(PortalContext portalContext) |
void |
setSessionTimeout(long sessionTimeout) |
void |
setSiteAutoLoginUserName(String siteUserName)
AutoLogin methods send site to ALWAYS log new session with defined user and password
Use it for test purposes only
|
void |
setSiteAutoLoginUserPassword(String siteAutoLoginUserPassword)
AutoLogin methods send site to ALWAYS log new session with defined user and password
Use it for test purposes only
|
void |
setSiteName(String name) |