HttpServlet support.See: Description
| Enum | Description |
|---|---|
| CrossOriginSharingPolicy | |
| DocumentationPolicy |
Describes how a resource should be documented.
|
| FramePolicy |
Defines how this resource wishes to restrict user-agents from framing the
resource in a <frame> or <iframe> via the
X-Frame-Options header. |
| PathSyntaxPolicy |
Determines what validation is performed on the path portion of a request URI.
|
| Annotation Type | Description |
|---|---|
| Accepts |
Defines the range of media-types that can be accepted by a resource for an
update operation (e.g.
|
| CORS |
Defines
CrossOriginSharingPolicy default policy for all annotated
types or packages. |
| Dispatches |
Annotation that should be applied to sub-types of HttpServlet to describe the
URI patterns that the
servlet can dispatch.
|
| Documentation |
Defines default documentation policy for annotated type, method or package
|
| FrameOptions |
Defines what value the resource should emit for the
X-Frame-Options header |
| PageSize |
Defines the default page size for the annotated type, method or package
|
| PathTemplate |
Describes the URI pattern of resources that a type
Dispatches. |
| RequiresPrivilege |
Identifies the name of a logical
Privilege that protects this type,
method, or package. |
HttpServlet support.
The annotations in this package provide capabilities analagous to those
provided by the web.xml in a conventional JEE web application.
In contrast to web.xml these annotations facilitate the
discovery of what URL patterns are available at run-time.
DispatchesOracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.