Class StaticManagedFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<O,F>
-
- All Implemented Interfaces:
ManagedFunction<O,F>,ManagedFunctionFactory<O,F>
- Direct Known Subclasses:
AbstractSendHttpFileFunction,CompleteApplicationHttpAuthenticateFunction,HandleAuthenticationRequiredFunction,HttpChallengeFunction,HttpFlowSecurerManagedFunction,LoadManagedObjectFunctionFactory,ManagedObjectAuthenticateFunction,ManagedObjectLogoutFunction,ReflectiveFunctionBuilder,ScriptManagedFunction,SendHttpChallengeFunction,ServiceHttpRequestFunction,SpringWebFluxProcedure,SpringWebMvcProcedure,StartApplicationHttpAuthenticateFunction,TestManagedObject.TestRecycle,TranslateHttpPathToWebServicerFunction,TriggerSendHttpFileFunction,WebTemplateArrayIteratorFunction,WebTemplateFunction,WebTemplateInitialFunction
public abstract class StaticManagedFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> extends java.lang.Object implements ManagedFunctionFactory<O,F>, ManagedFunction<O,F>
StaticManagedFunction.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description StaticManagedFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedFunction<O,F>createManagedFunction()Creates theManagedFunction.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.frame.api.function.ManagedFunction
execute
-
-
-
-
Method Detail
-
createManagedFunction
public final ManagedFunction<O,F> createManagedFunction() throws java.lang.Throwable
Description copied from interface:ManagedFunctionFactoryCreates theManagedFunction.- Specified by:
createManagedFunctionin interfaceManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>- Returns:
ManagedFunction.- Throws:
java.lang.Throwable- If fails to create theManagedFunction.
-
-