Class TranslateHttpPathToWebServicerFunction
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<TranslateHttpPathToWebServicerFunction.Dependencies,None>
-
- net.officefloor.web.resource.source.TranslateHttpPathToWebServicerFunction
-
- All Implemented Interfaces:
ManagedFunction<TranslateHttpPathToWebServicerFunction.Dependencies,None>
,ManagedFunctionFactory<TranslateHttpPathToWebServicerFunction.Dependencies,None>
public class TranslateHttpPathToWebServicerFunction extends StaticManagedFunction<TranslateHttpPathToWebServicerFunction.Dependencies,None>
Translates theHttpPath
toWebServicer
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranslateHttpPathToWebServicerFunction.Dependencies
Dependency keys.
-
Constructor Summary
Constructors Constructor Description TranslateHttpPathToWebServicerFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ManagedFunctionContext<TranslateHttpPathToWebServicerFunction.Dependencies,None> context)
Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<TranslateHttpPathToWebServicerFunction.Dependencies,None> context) throws java.lang.Throwable
Description copied from interface:ManagedFunction
Executes the function.- Parameters:
context
-ManagedFunctionContext
for theManagedFunction
.- Throws:
java.lang.Throwable
- Indicating failure of theManagedFunction
.
-
-