Index

C D E G H I N O P R S 
All Classes and Interfaces|All Packages|Serialized Form

C

call() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
 
checkPermission(Permission) - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManager
Check the permissions based on the given permissions
checkPermission(Permission, Object) - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManager
Checks the permissions

D

disable() - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManager
Disables the security manager

E

enable() - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManager
Enables the security manager
equals(Object) - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManagerPermission
If the given object are the permissions itself they are the same

G

getActions() - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManagerPermission
No action required
getAttributes() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Gets the attributes
getClassFilter() - Method in class org.wicketstuff.nashorn.resource.NashornResource
Gets the class filter to apply to the scripting engine
getClassFilter() - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
Gets the class filter to apply to the scripting engine
getClassFilter() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Gets the class filter
getErrorWriter() - Method in class org.wicketstuff.nashorn.resource.NashornResource
Gets the writer to which error messages are going to be written to the default is to use NullWriter
getErrorWriter() - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
Gets the writer to which error messages are going to be written to the default is to use NullWriter
getErrorWriter() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Gets the error writer
getResource() - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
 
getScheduledExecutorService() - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
Gets the scheduled executor services
getScript() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Gets the script
getThreadId() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Gets the script callable thread id
getWriter() - Method in class org.wicketstuff.nashorn.resource.NashornResource
Gets the writer to which print outputs are going to be written to the default is to use NullWriter
getWriter() - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
Gets the writer to which print outputs are going to be written to the default is to use NullWriter
getWriter() - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Gets the writer

H

hashCode() - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManagerPermission
To make this fast return the hashcode of the name

I

implies(Permission) - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManagerPermission
Used to check if a permission implies this one
isDebug() - Method in class org.wicketstuff.nashorn.resource.NashornResource
If debug is enabled
isDebug() - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
If debug is enabled
isEnabled() - Method in class org.wicketstuff.nashorn.resource.NashornSecurityManager
Checks if the security manager is enabled

N

NashornMemoryWatcher - Class in org.wicketstuff.nashorn.resource
The memory watcher is used to detect memory leaks.
NashornMemoryWatcher(NashornScriptCallable, Future<Object>, long, TimeUnit, long, boolean, Writer) - Constructor for class org.wicketstuff.nashorn.resource.NashornMemoryWatcher
Creates a new memory watcher
NashornResource - Class in org.wicketstuff.nashorn.resource
A nashorn resource to execute java script on server side.

Please ensure to use the NashornSecurityManager to restrict class access.
NashornResource(ScheduledExecutorService, long, TimeUnit, long, TimeUnit, long) - Constructor for class org.wicketstuff.nashorn.resource.NashornResource
Creates a new nashorn resource
NashornResourceReference - Class in org.wicketstuff.nashorn.resource
Creates a nashorn resource reference to accept java script code from the client side.

Please ensure to use the NashornSecurityManager to restrict class access.
NashornResourceReference(String, int, long, TimeUnit) - Constructor for class org.wicketstuff.nashorn.resource.NashornResourceReference
Creates a nashorn resource reference with the given name
NashornResourceReference(String, int, long, TimeUnit, long, TimeUnit, long) - Constructor for class org.wicketstuff.nashorn.resource.NashornResourceReference
Creates a nashorn resource reference with the given name
NashornScriptCallable - Class in org.wicketstuff.nashorn.resource
The script callable setup the script environment and evaluates the given script.
NashornScriptCallable(String, IResource.Attributes, ClassFilter, Writer, Writer) - Constructor for class org.wicketstuff.nashorn.resource.NashornScriptCallable
Creates a script result
NashornSecurityManager - Class in org.wicketstuff.nashorn.resource
A security manager which is going to be enabled within a nashorn script callable.

Example to enable the manager programmatically:
NashornSecurityManager(boolean) - Constructor for class org.wicketstuff.nashorn.resource.NashornSecurityManager
Creates a new nashorn security manager
NashornSecurityManagerPermission - Class in org.wicketstuff.nashorn.resource
Permissions used by the corresponding security manager
NashornSecurityManagerPermission() - Constructor for class org.wicketstuff.nashorn.resource.NashornSecurityManagerPermission
Creates new permissions
newResourceResponse(IResource.Attributes) - Method in class org.wicketstuff.nashorn.resource.NashornResource
Executes the java script code received from the client and returns the response

O

org.wicketstuff.nashorn.resource - package org.wicketstuff.nashorn.resource
 

P

processError(Exception) - Method in class org.wicketstuff.nashorn.resource.NashornResource
Customize the error response sent to the client
processError(Exception) - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
Customize the error response sent to the client

R

run() - Method in class org.wicketstuff.nashorn.resource.NashornMemoryWatcher
 

S

setup(IResource.Attributes, Bindings) - Method in class org.wicketstuff.nashorn.resource.NashornResource
Setup the bindings and make information available to the scripting context
setup(IResource.Attributes, Bindings) - Method in class org.wicketstuff.nashorn.resource.NashornResourceReference
Setup the bindings and make information available to the scripting context
setup(IResource.Attributes, Bindings) - Method in class org.wicketstuff.nashorn.resource.NashornScriptCallable
Setup the bindings and make information available to the scripting context
C D E G H I N O P R S 
All Classes and Interfaces|All Packages|Serialized Form