public final class WebFilterConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
static WebFilterConfig |
create(javax.servlet.FilterConfig filterConfig,
Properties properties) |
URL |
getConfigUrl() |
String |
getCookieDomain() |
int |
getCookieMaxAge() |
String |
getCookieName() |
String |
getCookiePath() |
String |
getInstanceName() |
String |
getMapName() |
int |
getSessionTtlSeconds() |
Set<String> |
getTransientAttributes() |
boolean |
isCookieHttpOnly() |
boolean |
isCookieSecure() |
boolean |
isDeferredWrite() |
boolean |
isKeepRemoteActive() |
boolean |
isShutdownOnDestroy() |
boolean |
isStickySession() |
boolean |
isUseClient() |
boolean |
isUseRequestParameter() |
public static WebFilterConfig create(javax.servlet.FilterConfig filterConfig, Properties properties)
public boolean isUseClient()
public URL getConfigUrl()
public int getSessionTtlSeconds()
public String getInstanceName()
public String getMapName()
public boolean isStickySession()
public boolean isShutdownOnDestroy()
public boolean isDeferredWrite()
public boolean isUseRequestParameter()
public String getCookieName()
public String getCookieDomain()
public boolean isCookieSecure()
public boolean isCookieHttpOnly()
public String getCookiePath()
public int getCookieMaxAge()
public boolean isKeepRemoteActive()
Copyright © 2020. All Rights Reserved.