Uses of Class
net.officefloor.plugin.clazz.Qualifier
-
Packages that use Qualifier Package Description net.officefloor.plugin.clazz net.officefloor.tutorial.variablehttpserver net.officefloor.web -
-
Uses of Qualifier in net.officefloor.plugin.clazz
Classes in net.officefloor.plugin.clazz with annotations of type Qualifier Modifier and Type Class Description interface
Qualified
Enables qualifying dependencies by textual name. -
Uses of Qualifier in net.officefloor.tutorial.variablehttpserver
Classes in net.officefloor.tutorial.variablehttpserver with annotations of type Qualifier Modifier and Type Class Description interface
Description
-
Uses of Qualifier in net.officefloor.web
Classes in net.officefloor.web with annotations of type Qualifier Modifier and Type Class Description interface
HttpContentParameter
Annotation
to indicate the value is loaded from content ofHttpRequest
.interface
HttpCookieParameter
Annotation
to indicate the value is loaded from aHttpCookie
parameter.interface
HttpHeaderParameter
Annotation
to indicate the value is loaded from aHttpHeader
parameter.interface
HttpPathParameter
Annotation
to indicate the value is loaded from a path parameter.interface
HttpQueryParameter
Annotation
to indicate the value is loaded from a query parameter.interface
HttpResponse
Annotates anObjectResponse
parameter to provide additional HTTP response configuration.
-