|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionConfig | |
---|---|
com.sun.grizzly.http.webxml.parser | |
com.sun.grizzly.http.webxml.schema |
Uses of SessionConfig in com.sun.grizzly.http.webxml.parser |
---|
Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type SessionConfig | |
---|---|
protected List<SessionConfig> |
JAXBWebXml_2_2Parser.populateSessionConfig(SessionConfig sessionConfig)
|
protected List<SessionConfig> |
JAXBWebXml_2_3Parser.populateSessionConfig(SessionConfig sessionConfig)
|
Uses of SessionConfig in com.sun.grizzly.http.webxml.schema |
---|
Fields in com.sun.grizzly.http.webxml.schema with type parameters of type SessionConfig | |
---|---|
List<SessionConfig> |
WebApp.sessionConfig
|
Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type SessionConfig | |
---|---|
List<SessionConfig> |
WebApp.getSessionConfig()
<session-config> <session-timeout>120</session-timeout> <cookie-config> <name>name</name> <domain>domain</domain> <path>path</path> <comment>comment</comment> <http-only>true</http-only> <secure>true</secure> </cookie-config> <tracking-mode>SSL</tracking-mode> </session-config> |
Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type SessionConfig | |
---|---|
void |
WebApp.setSessionConfig(List<SessionConfig> sessionConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |