Package net.officefloor.web
-
Interface Summary Interface Description HttpInputPath Provides path details for theHttpInput
.HttpParameterAnnotation HTTP parameter annotation.ObjectResponse<T> Dependency injected interface to send theObject
response. -
Enum Summary Enum Description HttpHandleRedirectFunction.HttpHandleRedirectDependencies Dependency keys.HttpInputPathSegment.HttpInputPathSegmentEnum Types ofHttpInputPathSegment
.HttpRedirectFunction.HttpRedirectDependencies Dependency keys.HttpRouteFunction.HttpRouteDependencies Dependency keys.InitialiseHttpRequestStateFunction.InitialiseHttpRequestStateDependencies Dependency keys.NotHandledFunction.NotHandledDependencies Dependency keys. -
Annotation Types Summary Annotation Type Description HttpApplicationStateful Annotated on the class of the parameter to indicate it should be bound to the application state.HttpContentParameter Annotation
to indicate the value is loaded from content ofHttpRequest
.HttpCookieParameter Annotation
to indicate the value is loaded from aHttpCookie
parameter.HttpHeaderParameter Annotation
to indicate the value is loaded from aHttpHeader
parameter.HttpObject Annotation
on theClass
of the parameter (or the parameter itself) to indicate it is parsed out of theHttpRequest
via anHttpObjectParser
.HttpParameters Annotated on the class of the parameter to indicate it should be aHttpRequestObjectManagedObjectSource
that will load theHttpRequest
parameters onto the object.HttpPathParameter Annotation
to indicate the value is loaded from a path parameter.HttpQueryParameter Annotation
to indicate the value is loaded from a query parameter.HttpRequestStateful Annotated on the class of the parameter to indicate it should be aHttpRequestObjectManagedObjectSource
.HttpResponse Annotates anObjectResponse
parameter to provide additional HTTP response configuration.HttpSessionStateful Annotated on the class of the parameter to indicate it should be aHttpSessionObjectManagedObjectSource
.