This commit is contained in:
nboyd%atg.com 2007-04-05 14:56:01 +00:00
Родитель 41aebfbe10
Коммит af2b862079
1 изменённых файлов: 2 добавлений и 9 удалений

Просмотреть файл

@ -66,15 +66,8 @@ public abstract class SecureCaller
Scriptable scope, Scriptable thisObj, Object[] args);
/**
* Render the specified template element with the specified environment,
* using a protection domain belonging to the specified code source.
* @param codeSource the code source defining the protection domain
* @param env the processing environment
* @param t the processed template element
* @throws TemplateException if environment's processing of the template
* element throws the exception
* @throws IOException if environment's processing of the template
* element throws the exception
* Call the specified callable using a protection domain belonging to the
* specified code source.
*/
static Object callSecurely(final CodeSource codeSource, Callable callable,
Context cx, Scriptable scope, Scriptable thisObj, Object[] args)