mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Better javadoc
This commit is contained in:
parent
4c5e1655b3
commit
95389f0d7e
@ -54,6 +54,10 @@ package org.mozilla.javascript;
|
|||||||
* <p>
|
* <p>
|
||||||
* These three pieces of functionality are encapsulated in the
|
* These three pieces of functionality are encapsulated in the
|
||||||
* SecuritySupport class.
|
* SecuritySupport class.
|
||||||
|
* <p>
|
||||||
|
* Additionally, an embedding may provide filtering on the
|
||||||
|
* Java classes that are visible to scripts through the
|
||||||
|
* <code>visibleToScripts</code> method.
|
||||||
*
|
*
|
||||||
* @see org.mozilla.javascript.Context
|
* @see org.mozilla.javascript.Context
|
||||||
* @see java.lang.ClassLoader
|
* @see java.lang.ClassLoader
|
||||||
@ -67,7 +71,7 @@ public interface SecuritySupport {
|
|||||||
* <p>
|
* <p>
|
||||||
* In embeddings that care about security, the securityDomain
|
* In embeddings that care about security, the securityDomain
|
||||||
* must be associated with the defined class such that a call to
|
* must be associated with the defined class such that a call to
|
||||||
* getsecurityDomain with that class will return this security
|
* <code>getSecurityDomain</code> with that class will return this security
|
||||||
* context.
|
* context.
|
||||||
* <p>
|
* <p>
|
||||||
* @param name the name of the class
|
* @param name the name of the class
|
||||||
|
@ -54,6 +54,10 @@ package org.mozilla.javascript;
|
|||||||
* <p>
|
* <p>
|
||||||
* These three pieces of functionality are encapsulated in the
|
* These three pieces of functionality are encapsulated in the
|
||||||
* SecuritySupport class.
|
* SecuritySupport class.
|
||||||
|
* <p>
|
||||||
|
* Additionally, an embedding may provide filtering on the
|
||||||
|
* Java classes that are visible to scripts through the
|
||||||
|
* <code>visibleToScripts</code> method.
|
||||||
*
|
*
|
||||||
* @see org.mozilla.javascript.Context
|
* @see org.mozilla.javascript.Context
|
||||||
* @see java.lang.ClassLoader
|
* @see java.lang.ClassLoader
|
||||||
@ -67,7 +71,7 @@ public interface SecuritySupport {
|
|||||||
* <p>
|
* <p>
|
||||||
* In embeddings that care about security, the securityDomain
|
* In embeddings that care about security, the securityDomain
|
||||||
* must be associated with the defined class such that a call to
|
* must be associated with the defined class such that a call to
|
||||||
* getsecurityDomain with that class will return this security
|
* <code>getSecurityDomain</code> with that class will return this security
|
||||||
* context.
|
* context.
|
||||||
* <p>
|
* <p>
|
||||||
* @param name the name of the class
|
* @param name the name of the class
|
||||||
|
Loading…
Reference in New Issue
Block a user