Uses of Class
net.officefloor.frame.api.function.StaticManagedFunction
-
-
Uses of StaticManagedFunction in net.officefloor.frame.impl.execute.office
Subclasses of StaticManagedFunction in net.officefloor.frame.impl.execute.office Modifier and Type Class Description class
LoadManagedObjectFunctionFactory
ManagedFunctionFactory
to load the object of aManagedObject
. -
Uses of StaticManagedFunction in net.officefloor.frame.test
Subclasses of StaticManagedFunction in net.officefloor.frame.test Modifier and Type Class Description class
ReflectiveFunctionBuilder
ReflectiveManagedFunctionBuilder
.class
TestManagedObject.TestRecycle
Recycles theManagedObject
. -
Uses of StaticManagedFunction in net.officefloor.script
Subclasses of StaticManagedFunction in net.officefloor.script Modifier and Type Class Description class
ScriptManagedFunction
ScriptManagedFunction
. -
Uses of StaticManagedFunction in net.officefloor.spring.webflux.procedure
Subclasses of StaticManagedFunction in net.officefloor.spring.webflux.procedure Modifier and Type Class Description class
SpringWebFluxProcedure
Spring Web FluxController
Procedure
. -
Uses of StaticManagedFunction in net.officefloor.spring.webmvc.procedure
Subclasses of StaticManagedFunction in net.officefloor.spring.webmvc.procedure Modifier and Type Class Description class
SpringWebMvcProcedure
Spring Web MVCController
Procedure
. -
Uses of StaticManagedFunction in net.officefloor.web.resource.source
Subclasses of StaticManagedFunction in net.officefloor.web.resource.source 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 StaticManagedFunction in net.officefloor.web.security.impl
Subclasses of StaticManagedFunction in net.officefloor.web.security.impl 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 StaticManagedFunction in net.officefloor.web.security.section
Subclasses of StaticManagedFunction in net.officefloor.web.security.section Modifier and Type Class Description class
HttpFlowSecurerManagedFunction
-
Uses of StaticManagedFunction in net.officefloor.web.template.section
Subclasses of StaticManagedFunction in net.officefloor.web.template.section 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
.
-