Uses of Class
net.officefloor.web.resource.source.AbstractSendHttpFileFunction.Dependencies
-
Packages that use AbstractSendHttpFileFunction.Dependencies Package Description net.officefloor.web.resource.source -
-
Uses of AbstractSendHttpFileFunction.Dependencies in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source that return AbstractSendHttpFileFunction.Dependencies Modifier and Type Method Description static AbstractSendHttpFileFunction.Dependencies
AbstractSendHttpFileFunction.Dependencies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractSendHttpFileFunction.Dependencies[]
AbstractSendHttpFileFunction.Dependencies. 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.Dependencies Modifier and Type Method Description void
AbstractSendHttpFileFunction. execute(ManagedFunctionContext<AbstractSendHttpFileFunction.Dependencies,AbstractSendHttpFileFunction.Flows> context)
-