Uses of Enum Class
com.jk.webstack.controllers.ControllerMode
Packages that use ControllerMode
-
Uses of ControllerMode in com.jk.webstack.controllers
Fields in com.jk.webstack.controllers declared as ControllerModeModifier and TypeFieldDescriptionprotected ControllerModeJKWebControllerWithOrmSupport.modeRepresents the current controller mode.Methods in com.jk.webstack.controllers that return ControllerModeModifier and TypeMethodDescriptionJKWebControllerWithOrmSupport.getMode()This method retrieves the current controller mode.static ControllerModeReturns the enum constant of this class with the specified name.static ControllerMode[]ControllerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.