Uses of Interface
com.sun.enterprise.deployment.web.SessionConfig
-
Packages that use SessionConfig Package Description com.sun.enterprise.deployment org.glassfish.web.deployment.descriptor -
-
Uses of SessionConfig in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return SessionConfig Modifier and Type Method Description abstract SessionConfigWebBundleDescriptor. getSessionConfig()Methods in com.sun.enterprise.deployment with parameters of type SessionConfig Modifier and Type Method Description abstract voidWebBundleDescriptor. setSessionConfig(SessionConfig sessionConfig) -
Uses of SessionConfig in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement SessionConfig Modifier and Type Class Description classSessionConfigDescriptorThis represents the session-config in web.xml.Methods in org.glassfish.web.deployment.descriptor that return SessionConfig Modifier and Type Method Description SessionConfigWebBundleDescriptorImpl. getSessionConfig()Methods in org.glassfish.web.deployment.descriptor with parameters of type SessionConfig Modifier and Type Method Description voidWebBundleDescriptorImpl. setSessionConfig(SessionConfig sessionConfig)
-