Uses of Interface
org.glassfish.web.config.serverbeans.StoreProperties
-
Packages that use StoreProperties Package Description com.sun.enterprise.web org.glassfish.web.config.serverbeans -
-
Uses of StoreProperties in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return StoreProperties Modifier and Type Method Description StorePropertiesServerConfigLookup. getInstanceSessionManagerStoreProperties()Get the store properties bean from domain.xml return null if not defined or other problem -
Uses of StoreProperties in org.glassfish.web.config.serverbeans
Methods in org.glassfish.web.config.serverbeans that return StoreProperties Modifier and Type Method Description @NotNull StorePropertiesSessionManager. getStoreProperties()Gets the value of the storeProperties property.Methods in org.glassfish.web.config.serverbeans with parameters of type StoreProperties Modifier and Type Method Description voidSessionManager. setStoreProperties(StoreProperties value)Sets the value of the storeProperties property.
-