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 class
StaticManagedFunction<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 class
LoadManagedObjectFunctionFactory
ManagedFunctionFactory
to 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 class
ReflectiveFunctionBuilder
ReflectiveManagedFunctionBuilder
.class
TestManagedObject.TestRecycle
Recycles 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 void
ManagedObjectSourceStandAlone. registerInvokeProcessFunction(int processIndex, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)
Registers the initialManagedFunction
for the invokedProcessState
.void
ManagedObjectSourceStandAlone. registerInvokeProcessFunction(java.lang.Enum<?> processKey, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)
Registers the initialManagedFunction
for 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 class
MethodFunction
ManagedFunction
to invoke aMethod
. -
Uses of ManagedFunction in net.officefloor.script
Classes in net.officefloor.script that implement ManagedFunction Modifier and Type Class Description class
ScriptManagedFunction
ScriptManagedFunction
. -
Uses of ManagedFunction in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedFunction Modifier and Type Class Description class
HttpServerSocketManagedObjectSource
-
Uses of ManagedFunction in net.officefloor.spring.webflux.procedure
Classes in net.officefloor.spring.webflux.procedure that implement ManagedFunction Modifier and Type Class Description class
SpringWebFluxProcedure
Spring Web FluxController
Procedure
. -
Uses of ManagedFunction in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ManagedFunction Modifier and Type Class Description class
SpringWebMvcProcedure
Spring Web MVCController
Procedure
. -
Uses of ManagedFunction in net.officefloor.web
Classes in net.officefloor.web that implement ManagedFunction Modifier and Type Class Description class
HttpHandleRedirectFunction
ManagedFunction
to handle the redirect.class
HttpRedirectFunction<T>
ManagedFunction
to send a redirect.class
HttpRouteFunction
ManagedFunction
to route theHttpRequest
.class
InitialiseHttpRequestStateFunction
ManagedFunction
to initialise theHttpRequestState
.class
InterceptFunction
ManagedFunction
to trigger the interception before routing.class
NotHandledFunction
ManagedFunction
for 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 class
AbstractSendHttpFileFunction<R>
AbstractManagedFunction
to sendHttpFile
.class
SendCachedHttpFileFunction
class
SendStoreHttpFileFunction
class
ServiceHttpRequestFunction
class
TranslateHttpPathToWebServicerFunction
Translates theHttpPath
toWebServicer
.class
TriggerSendHttpFileFunction
-
Uses of ManagedFunction in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedFunction Modifier and Type Class Description class
CompleteApplicationHttpAuthenticateFunction<AC extends java.io.Serializable>
ManagedFunctionFactory
for completing authentication with application specific credentials.class
HandleAuthenticationRequiredFunction
ManagedFunction
to handle theAuthenticationRequiredException
.class
HttpChallengeFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionFactory
to challenge the client.class
ManagedObjectAuthenticateFunction<AC extends java.io.Serializable,C,F extends java.lang.Enum<F>>
ManagedFunction
andManagedFunctionFactory
forAuthenticationContextManagedObjectSource
authentication.class
ManagedObjectLogoutFunction<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunction
andManagedFunctionFactory
to log out.class
SendHttpChallengeFunction
ManagedFunction
to send theHttpChallenge
.class
StartApplicationHttpAuthenticateFunction<AC extends java.io.Serializable,C>
ManagedFunction
andManagedFunctionFactory
for 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 class
HttpFlowSecurerManagedFunction
-
Uses of ManagedFunction in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement ManagedFunction Modifier and Type Class Description class
WebTemplateArrayIteratorFunction
ManagedFunction
to iterate over an array to render content.class
WebTemplateFunction
ManagedFunction
to write theParsedTemplateSection
.class
WebTemplateInitialFunction
InitialManagedFunction
to ensure appropriate conditions for rendering theParsedTemplate
.
-