Package | Description |
---|---|
com.oracle.sites.visitors.api.utils |
Utility classes required by rest of the implementation.
|
Class and 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. |
Requests
Requests interface.
|
Copyright © 2015 Oracle and/or its affiliates. All rights reserved.