Class TriggerSendHttpFileFunction
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<None,None>
-
- net.officefloor.web.resource.source.TriggerSendHttpFileFunction
-
- All Implemented Interfaces:
ManagedFunction<None,None>
,ManagedFunctionFactory<None,None>
public class TriggerSendHttpFileFunction extends StaticManagedFunction<None,None>
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description TriggerSendHttpFileFunction(java.lang.String path)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ManagedFunctionContext<None,None> context)
Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<None,None> context) throws java.lang.Exception
Description copied from interface:ManagedFunction
Executes the function.- Parameters:
context
-ManagedFunctionContext
for theManagedFunction
.- Throws:
java.lang.Exception
-
-