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 theHttpPathtoWebServicer.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTranslateHttpPathToWebServicerFunction.DependenciesDependency keys.
-
Constructor Summary
Constructors Constructor Description TranslateHttpPathToWebServicerFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(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:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
java.lang.Throwable- Indicating failure of theManagedFunction.
-
-