Uses of Class
org.glassfish.web.deployment.runtime.SessionConfig
-
Packages that use SessionConfig Package Description org.glassfish.web.deployment.node.runtime.gf org.glassfish.web.deployment.runtime -
-
Uses of SessionConfig in org.glassfish.web.deployment.node.runtime.gf
Fields in org.glassfish.web.deployment.node.runtime.gf declared as SessionConfig Modifier and Type Field Description protected SessionConfigSessionConfigNode. descriptorMethods in org.glassfish.web.deployment.node.runtime.gf that return SessionConfig Modifier and Type Method Description SessionConfigSessionConfigNode. getDescriptor()Methods in org.glassfish.web.deployment.node.runtime.gf with parameters of type SessionConfig Modifier and Type Method Description NodeSessionConfigNode. writeDescriptor(Node parent, String nodeName, SessionConfig descriptor)write the descriptor class to a DOM tree and return it -
Uses of SessionConfig in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return SessionConfig Modifier and Type Method Description SessionConfigSunWebAppImpl. getSessionConfig()Methods in org.glassfish.web.deployment.runtime with parameters of type SessionConfig Modifier and Type Method Description voidSunWebAppImpl. setSessionConfig(SessionConfig value)
-