Uses of Class
net.officefloor.frame.api.source.PrivateSource
-
-
Uses of PrivateSource in net.officefloor.compile.impl
Classes in net.officefloor.compile.impl with annotations of type PrivateSource Modifier and Type Class Description class
ApplicationOfficeFloorSource
OfficeFloorSource
to create a single emptyOffice
. -
Uses of PrivateSource in net.officefloor.plugin.managedobject.singleton
Classes in net.officefloor.plugin.managedobject.singleton with annotations of type PrivateSource Modifier and Type Class Description class
Singleton
Provides a singleton object. -
Uses of PrivateSource in net.officefloor.plugin.section.clazz
Classes in net.officefloor.plugin.section.clazz with annotations of type PrivateSource Modifier and Type Class Description static class
ClassSectionSource.SectionClassManagedFunctionSource
ManagedFunctionSource
implementation to provide theManagedFunction
instances for theClassSectionSource
. -
Uses of PrivateSource in net.officefloor.plugin.section.transform
Classes in net.officefloor.plugin.section.transform with annotations of type PrivateSource Modifier and Type Class Description class
TransformSectionSource
Enables transforming aSectionSource
. -
Uses of PrivateSource in net.officefloor.server.http
Classes in net.officefloor.server.http with annotations of type PrivateSource Modifier and Type Class Description class
HttpServerSocketManagedObjectSource
-
Uses of PrivateSource in net.officefloor.web
Classes in net.officefloor.web with annotations of type PrivateSource Modifier and Type Class Description class
HttpHandleRedirectFunction
ManagedFunction
to handle the redirect.class
HttpRouteSectionSource
SectionSource
to handle HTTP routing. -
Uses of PrivateSource in net.officefloor.web.openapi.section
Classes in net.officefloor.web.openapi.section with annotations of type PrivateSource Modifier and Type Class Description class
OpenApiSectionSource
Configures the Open API servicing. -
Uses of PrivateSource in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source with annotations of type PrivateSource Modifier and Type Class Description class
HttpResourceCacheManagedObjectSource
ManagedObjectSource
for theHttpResourceCache
.class
HttpResourceStoreManagedObjectSource
ManagedObjectSource
for theHttpResourceStore
. -
Uses of PrivateSource in net.officefloor.web.response
Classes in net.officefloor.web.response with annotations of type PrivateSource Modifier and Type Class Description class
ObjectResponseManagedObjectSource
ManagedObjectSource
for theObjectResponse
. -
Uses of PrivateSource in net.officefloor.web.security.impl
-
Uses of PrivateSource in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type with annotations of type PrivateSource Modifier and Type Class Description class
HttpSecurityManagedObjectAdapterSource<O extends java.lang.Enum<O>>
Adapts theHttpSecuritySource
to be aManagedObjectSource
. -
Uses of PrivateSource in net.officefloor.web.session
Classes in net.officefloor.web.session with annotations of type PrivateSource Modifier and Type Class Description class
HttpSessionManagedObjectSource
ManagedObjectSource
for aHttpSession
. -
Uses of PrivateSource in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object with annotations of type PrivateSource Modifier and Type Class Description class
HttpSessionObjectManagedObjectSource
-
Uses of PrivateSource in net.officefloor.web.state
Classes in net.officefloor.web.state with annotations of type PrivateSource Modifier and Type Class Description class
HttpApplicationObjectManagedObjectSource
class
HttpApplicationStateManagedObjectSource
ManagedObjectSource
for theHttpRequestState
.class
HttpArgumentManagedObjectSource
ManagedObjectSource
for a HTTP argument.class
HttpObjectManagedObjectSource<T>
class
HttpRequestObjectManagedObjectSource
class
HttpRequestStateManagedObjectSource
ManagedObjectSource
for theHttpRequestState
. -
Uses of PrivateSource in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section with annotations of type PrivateSource Modifier and Type Class Description class
WebTemplateSectionSource
SectionSource
for the HTTP template.static class
WebTemplateSectionSource.WebTemplateManagedFunctionSource
ManagedFunctionSource
for the HTTP template.
-