Uses of Class
net.n2oapp.framework.api.rest.ControllerType
-
Packages that use ControllerType Package Description net.n2oapp.framework.api.rest -
-
Uses of ControllerType in net.n2oapp.framework.api.rest
Methods in net.n2oapp.framework.api.rest that return ControllerType Modifier and Type Method Description ControllerTypeControllerTypeAware. getControllerType()static ControllerTypeControllerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ControllerType[]ControllerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-