Uses of Interface
net.officefloor.frame.api.function.ManagedFunction
-
-
Uses of ManagedFunction in net.officefloor.frame.api.function
Classes in net.officefloor.frame.api.function that implement ManagedFunction Modifier and Type Class Description classStaticManagedFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>StaticManagedFunction.Methods in net.officefloor.frame.api.function that return ManagedFunction Modifier and Type Method Description ManagedFunction<O,F>ManagedFunctionFactory. createManagedFunction()Creates theManagedFunction.ManagedFunction<O,F>StaticManagedFunction. createManagedFunction() -
Uses of ManagedFunction in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement ManagedFunction Modifier and Type Class Description classLoadManagedObjectFunctionFactoryManagedFunctionFactoryto load the object of aManagedObject. -
Uses of ManagedFunction in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedFunction Modifier and Type Class Description classReflectiveFunctionBuilderReflectiveManagedFunctionBuilder.classTestManagedObject.TestRecycleRecycles theManagedObject.Methods in net.officefloor.frame.test with parameters of type ManagedFunction Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>AbstractOfficeConstructTestCase. constructFunction(java.lang.String functionName, ManagedFunction<O,F> function)Facade method to register aManagedFunction.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>ConstructTestSupport. constructFunction(java.lang.String functionName, ManagedFunction<O,F> function)Facade method to register aManagedFunction. -
Uses of ManagedFunction in net.officefloor.frame.util
Methods in net.officefloor.frame.util with parameters of type ManagedFunction Modifier and Type Method Description voidManagedObjectSourceStandAlone. registerInvokeProcessFunction(int processIndex, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)Registers the initialManagedFunctionfor the invokedProcessState.voidManagedObjectSourceStandAlone. registerInvokeProcessFunction(java.lang.Enum<?> processKey, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)Registers the initialManagedFunctionfor the invokedProcessState. -
Uses of ManagedFunction in net.officefloor.plugin.clazz.method
Classes in net.officefloor.plugin.clazz.method that implement ManagedFunction Modifier and Type Class Description classMethodFunctionManagedFunctionto invoke aMethod. -
Uses of ManagedFunction in net.officefloor.script
Classes in net.officefloor.script that implement ManagedFunction Modifier and Type Class Description classScriptManagedFunctionScriptManagedFunction. -
Uses of ManagedFunction in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedFunction Modifier and Type Class Description classHttpServerSocketManagedObjectSource -
Uses of ManagedFunction in net.officefloor.spring.webflux.procedure
Classes in net.officefloor.spring.webflux.procedure that implement ManagedFunction Modifier and Type Class Description classSpringWebFluxProcedureSpring Web FluxControllerProcedure. -
Uses of ManagedFunction in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ManagedFunction Modifier and Type Class Description classSpringWebMvcProcedureSpring Web MVCControllerProcedure. -
Uses of ManagedFunction in net.officefloor.web
Classes in net.officefloor.web that implement ManagedFunction Modifier and Type Class Description classHttpHandleRedirectFunctionManagedFunctionto handle the redirect.classHttpRedirectFunction<T>ManagedFunctionto send a redirect.classHttpRouteFunctionManagedFunctionto route theHttpRequest.classInitialiseHttpRequestStateFunctionManagedFunctionto initialise theHttpRequestState.classInterceptFunctionManagedFunctionto trigger the interception before routing.classNotHandledFunctionManagedFunctionfor not handling routing.Methods in net.officefloor.web that return ManagedFunction Modifier and Type Method Description ManagedFunction<HttpHandleRedirectFunction.HttpHandleRedirectDependencies,Indexed>HttpHandleRedirectFunction. createManagedFunction()================= ManagedFunctionFactory ==================ManagedFunction<HttpRedirectFunction.HttpRedirectDependencies,None>HttpRedirectFunction. createManagedFunction()ManagedFunction<HttpRouteFunction.HttpRouteDependencies,Indexed>HttpRouteFunction. createManagedFunction()ManagedFunction<InitialiseHttpRequestStateFunction.InitialiseHttpRequestStateDependencies,None>InitialiseHttpRequestStateFunction. createManagedFunction()ManagedFunction<None,None>InterceptFunction. createManagedFunction()ManagedFunction<NotHandledFunction.NotHandledDependencies,None>NotHandledFunction. createManagedFunction() -
Uses of ManagedFunction in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedFunction Modifier and Type Class Description classAbstractSendHttpFileFunction<R>AbstractManagedFunctionto sendHttpFile.classSendCachedHttpFileFunctionclassSendStoreHttpFileFunctionclassServiceHttpRequestFunctionclassTranslateHttpPathToWebServicerFunctionTranslates theHttpPathtoWebServicer.classTriggerSendHttpFileFunction -
Uses of ManagedFunction in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedFunction Modifier and Type Class Description classCompleteApplicationHttpAuthenticateFunction<AC extends java.io.Serializable>ManagedFunctionFactoryfor completing authentication with application specific credentials.classHandleAuthenticationRequiredFunctionManagedFunctionto handle theAuthenticationRequiredException.classHttpChallengeFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>ManagedFunctionFactoryto challenge the client.classManagedObjectAuthenticateFunction<AC extends java.io.Serializable,C,F extends java.lang.Enum<F>>ManagedFunctionandManagedFunctionFactoryforAuthenticationContextManagedObjectSourceauthentication.classManagedObjectLogoutFunction<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>ManagedFunctionandManagedFunctionFactoryto log out.classSendHttpChallengeFunctionManagedFunctionto send theHttpChallenge.classStartApplicationHttpAuthenticateFunction<AC extends java.io.Serializable,C>ManagedFunctionandManagedFunctionFactoryfor triggering authentication with application specific credentials. -
Uses of ManagedFunction in net.officefloor.web.security.section
Classes in net.officefloor.web.security.section that implement ManagedFunction Modifier and Type Class Description classHttpFlowSecurerManagedFunction -
Uses of ManagedFunction in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement ManagedFunction Modifier and Type Class Description classWebTemplateArrayIteratorFunctionManagedFunctionto iterate over an array to render content.classWebTemplateFunctionManagedFunctionto write theParsedTemplateSection.classWebTemplateInitialFunctionInitialManagedFunctionto ensure appropriate conditions for rendering theParsedTemplate.
-