Uses of Interface
net.officefloor.frame.api.function.ManagedFunction
Packages that use ManagedFunction
Package
Description
-
Uses of ManagedFunction in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedFunctionModifier and TypeClassDescriptionclassExternalServiceInputFactoryImpl<O,M extends InputManagedObject> ExternalServiceInputFactoryimplementation. -
Uses of ManagedFunction in net.officefloor.frame.api.function
Classes in net.officefloor.frame.api.function that implement ManagedFunctionModifier and TypeClassDescriptionclassStaticManagedFunction<O extends Enum<O>,F extends Enum<F>> StaticManagedFunction.Methods in net.officefloor.frame.api.function that return ManagedFunctionModifier and TypeMethodDescriptionManagedFunctionFactory.createManagedFunction()Creates theManagedFunction.final 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 ManagedFunctionModifier and TypeClassDescriptionclassManagedFunctionFactoryto load the object of aManagedObject. -
Uses of ManagedFunction in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedFunctionModifier and TypeClassDescriptionclassReflectiveManagedFunctionBuilder.classRecycles theManagedObject.Methods in net.officefloor.frame.test with parameters of type ManagedFunctionModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> AbstractOfficeConstructTestCase.constructFunction(String functionName, ManagedFunction<O, F> function) Facade method to register aManagedFunction.<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> ConstructTestSupport.constructFunction(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 ManagedFunctionModifier and TypeMethodDescriptionvoidManagedObjectSourceStandAlone.registerInvokeProcessFunction(int processIndex, ManagedFunction<?, ?> function, ManagedFunctionContext<?, ?> functionContext) Registers the initialManagedFunctionfor the invokedProcessState.voidManagedObjectSourceStandAlone.registerInvokeProcessFunction(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 -
Uses of ManagedFunction in net.officefloor.script
Classes in net.officefloor.script that implement ManagedFunction -
Uses of ManagedFunction in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedFunctionModifier and TypeClassDescriptionclass -
Uses of ManagedFunction in net.officefloor.spring.webflux.procedure
Classes in net.officefloor.spring.webflux.procedure that implement ManagedFunction -
Uses of ManagedFunction in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ManagedFunction -
Uses of ManagedFunction in net.officefloor.web
Classes in net.officefloor.web that implement ManagedFunctionModifier and TypeClassDescriptionclassManagedFunctionto handle the redirect.classManagedFunctionto send a redirect.classManagedFunctionto route theHttpRequest.classManagedFunctionto initialise theHttpRequestState.classManagedFunctionto trigger the interception before routing.classManagedFunctionfor not handling routing.Methods in net.officefloor.web that return ManagedFunctionModifier and TypeMethodDescriptionHttpHandleRedirectFunction.createManagedFunction()================= ManagedFunctionFactory ==================HttpRedirectFunction.createManagedFunction()HttpRouteFunction.createManagedFunction()InitialiseHttpRequestStateFunction.createManagedFunction()InterceptFunction.createManagedFunction()NotHandledFunction.createManagedFunction() -
Uses of ManagedFunction in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedFunctionModifier and TypeClassDescriptionclassAbstractManagedFunctionto sendHttpFile.classclassclassclassTranslates theHttpPathtoWebServicer.class -
Uses of ManagedFunction in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedFunctionModifier and TypeClassDescriptionclassManagedFunctionFactoryfor completing authentication with application specific credentials.classManagedFunctionto handle theAuthenticationRequiredException.classHttpChallengeFunction<O extends Enum<O>,F extends Enum<F>> ManagedFunctionFactoryto challenge the client.classManagedObjectAuthenticateFunction<AC extends Serializable,C, F extends Enum<F>> ManagedFunctionandManagedFunctionFactoryforAuthenticationContextManagedObjectSourceauthentication.classManagedObjectLogoutFunction<AC extends Serializable,O extends Enum<O>, F extends Enum<F>> ManagedFunctionandManagedFunctionFactoryto log out.classManagedFunctionto send theHttpChallenge.classStartApplicationHttpAuthenticateFunction<AC extends 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 ManagedFunctionModifier and TypeClassDescriptionclass -
Uses of ManagedFunction in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement ManagedFunctionModifier and TypeClassDescriptionclassManagedFunctionto iterate over an array to render content.classManagedFunctionto write theParsedTemplateSection.classInitialManagedFunctionto ensure appropriate conditions for rendering theParsedTemplate.