See: Description
Interface | Description |
---|---|
Requests |
Requests interface.
|
Class | Description |
---|---|
DummyHttpRequest |
DummyHttpRequest class.
|
ProxiedHttpServletRequest |
ProxiedHttpServletRequest class.
|
RequestsUtilImpl |
RequestsUtilImpl class.
|
Utilities |
Utilities class.
|
Validator |
Validator class.
|
Enum | Description |
---|---|
Clones |
Making clones for a mutable objects to avoid security issues with malicious code.
If instances are accessed by untrusted code, and unchecked changes to the mutable object would compromise security or other important properties. Returning/storing (in getters/setters) a new copy of the mutable object (internal representation of the object) is better approach in many situations. |
com.oracle.sites.visitors.api.utils
Copyright © 2015 Oracle and/or its affiliates. All rights reserved.