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

I

IContext - Interface in php.java.bridge.http
Interface which all contexts must implement.
IContextFactory - Interface in php.java.bridge.http
Interface that the ContextFactories must implement.
IContextFactoryVisitor - Interface in php.java.bridge.http
Interface that ContextFactory visitors must implement.
IContextServer - Interface in php.java.bridge.http
The interface that all ContextServer must implement.
IDocHandler - Interface in php.java.bridge
Defines the parser callbacks.
IJavaBridgeFactory - Interface in php.java.bridge
Create PHP/Java Bridge instances.
ILogger - Interface in php.java.bridge
The log interface for the PHP/Java Bridge log.
in - Variable in class php.java.bridge.JavaBridge
For internal use only.
INFO - Static variable in interface php.java.bridge.ILogger
info log level
init(String[]) - Static method in class php.java.bridge.JavaBridge
Global init.
init(InputStream, OutputStream) - Method in class php.java.bridge.Request
This method must be called with the current input and output streams.
init(ServletConfig) - Method in class php.java.servlet.CGIServlet
Sets instance variables.
init(ServletConfig) - Method in class php.java.servlet.fastcgi.FastCGIServlet
Create a new FastCGI servlet which connects to a PHP FastCGI server using a connection pool.
init(ServletConfig) - Method in class php.java.servlet.PhpCGIServlet
 
init(ServletConfig) - Method in class php.java.servlet.PhpJavaServlet
 
initialize() - Method in interface php.java.bridge.http.IContextFactoryVisitor
Called when the context is requested
initialize() - Method in class php.java.bridge.http.SimpleContextFactory
 
initialize(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class php.java.script.PhpSimpleHttpScriptContext
Initialize the context.
initialize(PhpCGIServlet, PhpCGIServlet.CGIEnvironment, String) - Method in class php.java.servlet.fastcgi.ChannelName
For backward compatibility the "JavaBridge" context uses the port 9667 (Linux/Unix) or \\.
inspect(Object) - Method in class php.java.bridge.JavaBridge
For internal use only.
InstanceOf(Object, Object) - Method in class php.java.bridge.JavaBridge
Check if object is an instance of class.
InteractivePhpScriptEngine - Class in php.java.script
A convenience variant of the PHP script engine which can be used interactively.
InteractivePhpScriptEngine(InteractivePhpScriptEngineFactory) - Constructor for class php.java.script.InteractivePhpScriptEngine
Create the interactive php script engine.
InteractivePhpScriptEngineFactory - Class in php.java.script
 
InteractivePhpScriptEngineFactory() - Constructor for class php.java.script.InteractivePhpScriptEngineFactory
 
invalidate(URL[]) - Static method in class php.java.bridge.DynamicClassLoader
Invalidates a given classpath, so that the corresponding classloader gets reloaded.
invalidate(String) - Static method in class php.java.bridge.DynamicClassLoader
Invalidates a given classpath, so that the corresponding classloader gets reloaded.
invalidate() - Method in interface php.java.bridge.http.IContextFactoryVisitor
Called at the end of the visitor's life cycle
invalidate() - Method in class php.java.bridge.http.SimpleContextFactory
 
Invocable - Interface in javax.script
The Invocable interface (optional) contains methods which allow the Java application to invoke intermediate codes in the underlying scripting interpreter.
Invocable - Interface in php.java.bridge
Classes which implement this interface are able to call php code.
InvocablePhpScriptEngine - Class in php.java.script
This class implements the ScriptEngine.
InvocablePhpScriptEngine() - Constructor for class php.java.script.InvocablePhpScriptEngine
Create a new ScriptEngine with a default context.
InvocablePhpScriptEngine(PhpScriptEngineFactory) - Constructor for class php.java.script.InvocablePhpScriptEngine
Create a new ScriptEngine from a factory.
InvocablePhpScriptEngineFactory - Class in php.java.script
 
InvocablePhpScriptEngineFactory() - Constructor for class php.java.script.InvocablePhpScriptEngineFactory
 
InvocablePhpServletContextFactory - Class in php.java.script
A custom context factory, creates a ContextFactory for JSR223 contexts.
InvocablePhpServletScriptEngine - Class in php.java.script
 
InvocablePhpServletScriptEngine(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class php.java.script.InvocablePhpServletScriptEngine
 
Invoke(Object, String, Object[], Response) - Method in class php.java.bridge.JavaBridge
Invoke a method on a given object
invoke(Object, String, Object[]) - Method in class php.java.bridge.PhpProcedure
Invoke a PHP function or a PHP method.
invoke(Object, Method, Object[]) - Method in class php.java.bridge.PhpProcedure
 
invoke(String, Object[]) - Method in class php.java.script.InvocablePhpScriptEngine
 
invoke(Object, String, Object[]) - Method in class php.java.script.InvocablePhpScriptEngine
 
invokeFunction(String, Object[]) - Method in interface javax.script.Invocable
Invokes a scripting procedure with the given name using the array of objects as its arguments set.
invokeFunction(String, Object[]) - Method in class php.java.script.InvocablePhpScriptEngine
 
invokeMethod(Object, String, Object[]) - Method in interface javax.script.Invocable
Invokes a procedure on an object which already defined in the script using the array of objects as its arguments set.
invokeMethod(Object, String, Object[]) - Method in class php.java.script.InvocablePhpScriptEngine
 
IPhpScriptContext - Interface in php.java.script
Common methods for all PHP ScriptContexts
IS_DISTRIBUTABLE - Static variable in class php.java.servlet.PhpJavaServlet
If you want to use the HTTP tunnel , set the following flag to false and remove the <distributable/> from the WEB-INF/web.xml.
IS_GNU_JAVA - Static variable in class php.java.bridge.Util
Set to true if the VM is gcj, false otherwise
IS_MONO - Static variable in class php.java.bridge.Util
Only for internal use
isAsync() - Method in class php.java.bridge.Response
 
isAvailable(String) - Method in class php.java.bridge.http.ContextServer
Check if either the pipe of the socket context server is available.
isAvailable() - Method in interface php.java.bridge.http.IContextServer
Check if the ContextServer is ready, i.e. it has created a server socket.
isAvailable() - Method in class php.java.bridge.http.PipeContextServer
Check if the ContextServer is ready
isAvailable() - Method in class php.java.bridge.http.SocketContextServer
Check if the ContextServer is ready, i.e. it has created a server socket.
isEmpty() - Method in class javax.script.SimpleBindings
 
ISession - Interface in php.java.bridge
The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
isJavaBridgeWc(String) - Static method in class php.java.servlet.fastcgi.FastCGIServlet
 
isNew() - Method in interface 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.
isNew() - Method in class php.java.servlet.HttpSessionFacade
 
ISocketFactory - Interface in php.java.bridge
Create socket instances.
isStandalone() - Method in class php.java.bridge.JavaBridgeRunner
Return true if this is a standalone server

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