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 Classes Modifier and Type Class Description static class
ServiceHttpRequestFunction.Dependencies
Dependencies.
-
Constructor Summary
Constructors Constructor Description ServiceHttpRequestFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies,None> context)
Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies,None> context) throws java.lang.Exception
Description copied from interface:ManagedFunction
Executes the function.- Parameters:
context
-ManagedFunctionContext
for theManagedFunction
.- Throws:
java.lang.Exception
-
-