Uses of Enum Class
org.broadleafcommerce.common.web.DeployState
Packages that use DeployState
-
Uses of DeployState in org.broadleafcommerce.common.web
Fields in org.broadleafcommerce.common.web declared as DeployStateMethods in org.broadleafcommerce.common.web that return DeployStateModifier and TypeMethodDescriptionBroadleafRequestContext.getDeployState()
static DeployState
Returns the enum constant of this class with the specified name.static DeployState[]
DeployState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.broadleafcommerce.common.web with parameters of type DeployStateModifier and TypeMethodDescriptionvoid
BroadleafRequestContext.setDeployState
(DeployState deployState)