Uses of Class
net.officefloor.spring.webmvc.procedure.SpringWebMvcProcedure.DependencyKeys
-
Packages that use SpringWebMvcProcedure.DependencyKeys Package Description net.officefloor.spring.webmvc.procedure -
-
Uses of SpringWebMvcProcedure.DependencyKeys in net.officefloor.spring.webmvc.procedure
Methods in net.officefloor.spring.webmvc.procedure that return SpringWebMvcProcedure.DependencyKeys Modifier and Type Method Description static SpringWebMvcProcedure.DependencyKeys
SpringWebMvcProcedure.DependencyKeys. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpringWebMvcProcedure.DependencyKeys[]
SpringWebMvcProcedure.DependencyKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.officefloor.spring.webmvc.procedure with type arguments of type SpringWebMvcProcedure.DependencyKeys Modifier and Type Method Description void
SpringWebMvcProcedure. execute(ManagedFunctionContext<SpringWebMvcProcedure.DependencyKeys,None> context)
-