Alphabetical Index: I

A B C D E F G H I J K L M N O P R S T U V W

I

IContextServer - interface php.java.bridge.http.IContextServer
IDocHandler - interface php.java.bridge.IDocHandler
Defines the parser callbacks.
in - field in class php.java.bridge.JavaBridge
For internal use only.
init(InputStream,OutputStream) - method in class php.java.bridge.Request
This method must be called with the current input and output streams.
init(javax.servlet.ServletConfig) - method in class php.java.servlet.CGIServlet
Sets instance variables.
init(javax.servlet.ServletConfig) - method in class php.java.faces.FacesServlet
init(javax.servlet.ServletConfig) - method in class php.java.servlet.FastCGIServlet
init(javax.servlet.ServletConfig) - method in class php.java.servlet.PhpCGIServlet
init(javax.servlet.ServletConfig) - method in class php.java.servlet.PhpJavaServlet
init(s[]) - static method in class php.java.bridge.JavaBridge
Global init
initClassLoader(String) - static method in class php.java.bridge.DynamicJavaBridgeClassLoader
Initialize the context.
inspect(Object) - method in class php.java.bridge.JavaBridge
For internal use only.
InstanceOf(Object,Object) - static method in class php.java.bridge.JavaBridge
Check if object is an instance of class.
A convenience variant of the PHP script engine which can be used interactively.
invalidate(String) - static method in class php.java.bridge.DynamicClassLoader
Invalidates a given classpath, so that the corresponding classloader gets reloaded.
invalidate(urls[]) - static method in class php.java.bridge.DynamicClassLoader
Invalidates a given classpath, so that the corresponding classloader gets reloaded.
Invocable - interface javax.script.Invocable
The Invocable interface (optional) contains methods which allow the Java application to invoke intermediate codes in the underlying scripting interpreter.
Invocable - interface php.java.bridge.Invocable
Classes which implement this interface are able to call php code.
invoke(Object,Method,Object[]) - method in class php.java.bridge.PhpProcedure
Invoke a method on a given object
invoke(Object,String,Object[]) - method in class javax.script.Invocable
Invokes a procedure on an object which already defined in the script using the array of objects as its arguments set.
invoke(Object,String,Object[]) - method in class php.java.bridge.PhpProcedure
Invoke a PHP function or a PHP method.
invoke(Object,String,Object[]) - method in class php.java.script.PhpScriptEngine
invoke(String,Object[]) - method in class javax.script.Invocable
Invokes a scripting procedure with the given name using the array of objects as its arguments set.
invoke(String,Object[]) - method in class php.java.script.PhpScriptEngine
IPhpScriptContext - interface php.java.script.IPhpScriptContext
Common methods for all PHP ScriptContexts
isAvailable() - method in class php.java.bridge.http.IContextServer
Check if the ContextServer is ready, i.e.
isAvailable() - method in class php.java.bridge.http.PipeContextServer
Check if the ContextServer is ready, i.e.
isAvailable() - method in class php.java.bridge.http.SocketContextServer
Check if the ContextServer is ready, i.e.
isAvailable(String) - method in class php.java.bridge.http.ContextServer
isEmpty() - method in class javax.script.SimpleBindings
ISession - interface php.java.bridge.ISession
The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
isNew() - method in class php.java.servlet.HttpSessionFacade
isNew() - method in class php.java.bridge.ISession
A session is considered to be "new" if it has been created by the server, but the client has not yet acknowledged joining the session.
ISocketFactory - interface php.java.bridge.ISocketFactory
Create and destroy socket instances.
isReadOnly(Object,int) - method in class php.java.faces.PhpFacesPropertyResolver
isReadOnly(Object,Object) - method in class php.java.faces.PhpFacesPropertyResolver
isTransient() - method in class php.java.faces.PhpFacesMethodBindingImpl