Uses of Interface
org.glassfish.web.config.serverbeans.SessionProperties
-
Packages that use SessionProperties Package Description com.sun.enterprise.web org.glassfish.web.config.serverbeans -
-
Uses of SessionProperties in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return SessionProperties Modifier and Type Method Description SessionPropertiesServerConfigLookup. getInstanceSessionProperties()Get the session properties bean from server.xml return null if not defined or other problem -
Uses of SessionProperties in org.glassfish.web.config.serverbeans
Methods in org.glassfish.web.config.serverbeans that return SessionProperties Modifier and Type Method Description @NotNull SessionPropertiesSessionConfig. getSessionProperties()Gets the value of the sessionProperties property.Methods in org.glassfish.web.config.serverbeans with parameters of type SessionProperties Modifier and Type Method Description voidSessionConfig. setSessionProperties(SessionProperties value)Sets the value of the sessionProperties property.
-