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