Package | Description |
---|---|
oracle.dbtools.plugin.api.http.annotations |
Annotations to describe what URL patterns and HTTP methods a
HttpServlet support. |
Modifier and Type | Method and Description |
---|---|
static CrossOriginSharingPolicy |
CrossOriginSharingPolicy.value(String text)
Determine the
CrossOriginSharingPolicy for the specified textual
representation |
static CrossOriginSharingPolicy |
CrossOriginSharingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossOriginSharingPolicy[] |
CrossOriginSharingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|