Class ServiceHttpRequestFunction
java.lang.Object
net.officefloor.frame.api.function.StaticManagedFunction<ServiceHttpRequestFunction.Dependencies,None>
net.officefloor.web.resource.source.ServiceHttpRequestFunction
- All Implemented Interfaces:
ManagedFunction<ServiceHttpRequestFunction.Dependencies,,None> ManagedFunctionFactory<ServiceHttpRequestFunction.Dependencies,None>
public class ServiceHttpRequestFunction
extends StaticManagedFunction<ServiceHttpRequestFunction.Dependencies,None>
- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDependencies. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes the function.Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
Constructor Details
-
ServiceHttpRequestFunction
public ServiceHttpRequestFunction()
-
-
Method Details
-
execute
public void execute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies, None> context) throws ExceptionDescription copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
Exception
-