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 theObjectresponse. -
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 Annotationto indicate the value is loaded from content ofHttpRequest.HttpCookieParameter Annotationto indicate the value is loaded from aHttpCookieparameter.HttpHeaderParameter Annotationto indicate the value is loaded from aHttpHeaderparameter.HttpObject Annotationon theClassof the parameter (or the parameter itself) to indicate it is parsed out of theHttpRequestvia anHttpObjectParser.HttpParameters Annotated on the class of the parameter to indicate it should be aHttpRequestObjectManagedObjectSourcethat will load theHttpRequestparameters onto the object.HttpPathParameter Annotationto indicate the value is loaded from a path parameter.HttpQueryParameter Annotationto 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 anObjectResponseparameter to provide additional HTTP response configuration.HttpSessionStateful Annotated on the class of the parameter to indicate it should be aHttpSessionObjectManagedObjectSource.