Uses of Interface
org.glassfish.web.config.serverbeans.ManagerProperties
-
Packages that use ManagerProperties Package Description com.sun.enterprise.web com.sun.enterprise.web.reconfig org.glassfish.web.config.serverbeans -
-
Uses of ManagerProperties in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return ManagerProperties Modifier and Type Method Description ManagerPropertiesServerConfigLookup. getInstanceSessionManagerManagerProperties()Get the manager properties bean from domain.xml return null if not defined or other problem -
Uses of ManagerProperties in com.sun.enterprise.web.reconfig
Fields in com.sun.enterprise.web.reconfig declared as ManagerProperties Modifier and Type Field Description ManagerPropertiesWebConfigListener. managerProperties -
Uses of ManagerProperties in org.glassfish.web.config.serverbeans
Methods in org.glassfish.web.config.serverbeans that return ManagerProperties Modifier and Type Method Description @NotNull ManagerPropertiesSessionManager. getManagerProperties()Gets the value of the managerProperties property.Methods in org.glassfish.web.config.serverbeans with parameters of type ManagerProperties Modifier and Type Method Description voidSessionManager. setManagerProperties(ManagerProperties value)Sets the value of the managerProperties property.
-