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

G

get(String) - Method in class javax.script.AbstractScriptEngine
Retrieves the associated value with the specified key ScriptEngine namespace.
get(String) - Method in interface javax.script.ScriptEngine
Retrieves the value which is associated with the specified key in the state of the ScriptEngine.
get(String) - Method in class javax.script.ScriptEngineManager
Retrieves the associated value for the spefied key in the GLOBAL_SCOPE
get(Object) - Method in class javax.script.SimpleBindings
 
get(ConstructorCache.Entry) - Method in class php.java.bridge.ConstructorCache
Get the constructor for the entry
get(String, ContextFactory.ICredentials) - Static method in class php.java.bridge.http.ContextFactory
Only for internal use.
GET - Static variable in class php.java.bridge.http.HttpServer
Request method PUT
get(Object) - Method in interface php.java.bridge.ISession
Returns the object bound to the given name in the session's context layer data.
get(MethodCache.Entry) - Method in class php.java.bridge.MethodCache
Get the method for the entry
get(Object) - Method in class php.java.servlet.HttpSessionFacade
 
getActionListener() - Method in class php.java.faces.PhpFacesApplication
 
getAll() - Method in interface php.java.bridge.ISession
Returns a map of all bindings maintained by this session.
getAll() - Method in class php.java.servlet.HttpSessionFacade
 
getApplication() - Method in class php.java.faces.PhpFacesApplicationFactory
 
getApplication() - Method in class php.java.faces.PhpFacesContext
 
getASCIIStringValue() - Method in class php.java.bridge.ParserString
Returns the ASCII string representation.
getAttribute(String) - Method in interface javax.script.ScriptContext
Retrieves the value of the getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in interface javax.script.ScriptContext
Retrieves the value of an attribute in the specified scope.
getAttribute(String) - Method in class javax.script.SimpleScriptContext
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in class javax.script.SimpleScriptContext
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String) - Method in class php.java.bridge.http.Context
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in class php.java.bridge.http.Context
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String, int) - Method in class php.java.script.PhpSimpleHttpScriptContext
 
getAttribute(String) - Method in class php.java.script.PhpSimpleHttpScriptContext
 
getAttribute(String, int) - Method in class php.java.servlet.Context
 
getAttribute(String) - Method in class php.java.servlet.Context
 
getAttributesScope(String) - Method in interface javax.script.ScriptContext
Retrieves the lowest value of the scope for which the attribute is defined.
getAttributesScope(String) - Method in class javax.script.SimpleScriptContext
Retrieves the lowest value of scopes for which the attribute is defined.
getAttributesScope(String) - Method in class php.java.bridge.http.Context
Retrieves the lowest value of scopes for which the attribute is defined.
getBaseURL() - Method in class php.java.faces.PhpFacesContext
 
getBaseURL(String) - Method in class php.java.faces.PhpFacesContext
 
getBindings(int) - Method in class javax.script.AbstractScriptEngine
Retrieves a reference to the associated namespace for the specified level of scope.
getBindings(int) - Method in interface javax.script.ScriptContext
Retrieves the Namespace instance associated with the gieve scope.
getBindings(int) - Method in interface javax.script.ScriptEngine
Retrieves a reference to the associated namespace for the specified level of scope.
getBindings() - Method in class javax.script.ScriptEngineManager
Retrieves the namespace corresponds to GLOBAL_SCOPE.
getBindings(int) - Method in class javax.script.SimpleScriptContext
Retrieves the Namespace instance associated with the specified level of scope.
getBridge() - Method in class php.java.bridge.http.ContextFactory
 
getBridge() - Method in interface php.java.bridge.http.IContextFactory
Return the JavaBridge.
getBridge() - Method in class php.java.bridge.http.SimpleContextFactory
 
getBytes(String) - Method in class php.java.bridge.Options
Return a byte array using the current file encoding (see java_set_file_encoding()).
getCachedString(byte[], int, int) - Method in class php.java.bridge.JavaBridge
Return a cached string using the current file encoding (see java_set_file_encoding()).
getCachedStringValue() - Method in class php.java.bridge.ParserString
Returns the cached string encoded via java_set_file_encoding().
getChannel() - Method in class php.java.bridge.http.ContextRunner
Return the channel of the current runner.
getChannelName() - Method in class php.java.bridge.http.SocketContextServer
Returns the server port.
getClass(Object) - Static method in class php.java.bridge.Util
Return the class.
getClassLoader() - Method in class php.java.bridge.JavaBridge
Return the current ClassLoader
getClassLoader() - Method in class php.java.bridge.SimpleJavaBridgeClassLoader
Only for internal use
getClassName(Object) - Static method in class php.java.bridge.Util
Return the class name
getClientIdsWithMessages() - Method in class php.java.faces.PhpFacesContext
 
getColumnNumber() - Method in exception javax.script.ScriptException
Retrieves the column number of the script where the error has occured.
getComponentTypes() - Method in class php.java.faces.PhpFacesApplication
 
getContext() - Method in class javax.script.AbstractScriptEngine
Return the script context.
getContext() - Method in interface javax.script.ScriptEngine
 
getContext() - Method in class php.java.bridge.http.ContextFactory
Returns the context.
getContext() - Method in interface php.java.bridge.http.IContextFactory
Return a JSR223 context
getContext() - Method in class php.java.bridge.http.SimpleContextFactory
 
getContext() - Method in class php.java.bridge.JavaBridge
Returns the JSR223 context.
getContext(String) - Method in class php.java.bridge.JavaBridge
Returns the JSR223 context when using persistent connections.
getContext() - Method in class php.java.bridge.SessionFactory
Return the associated context
getContext() - Method in class php.java.script.PhpSimpleHttpScriptContext
Get the ServletContext
getContextClassLoader() - Static method in class php.java.bridge.Util
 
getContinuation() - Method in interface php.java.script.IPhpScriptContext
Get the php continuation
getContinuation() - Method in class php.java.script.PhpScriptContext
 
getContinuation() - Method in class php.java.script.PhpSimpleHttpScriptContext
 
getConverterIds() - Method in class php.java.faces.PhpFacesApplication
 
getConverterTypes() - Method in class php.java.faces.PhpFacesApplication
 
getCreationTime() - Method in interface php.java.bridge.ISession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCreationTime() - Method in class php.java.servlet.HttpSessionFacade
 
getCredentials(String, String) - Method in class php.java.bridge.http.ContextServer
Return the credentials provided by the ContextServer.
getCtx() - Method in class php.java.bridge.http.IContextServer.ChannelName
Return the
getDefaultLocale() - Method in class php.java.faces.PhpFacesApplication
 
getDefaultName() - Method in class php.java.bridge.http.IContextServer.ChannelName
Returns the default (persistent) name of the channel, if it exists.
getDefaultRenderKitId() - Method in class php.java.faces.PhpFacesApplication
 
getDoubleValue() - Method in class php.java.bridge.ParserString
Returns the double value.
getEncoding() - Method in class php.java.bridge.Options
Returns the file encoding, see java_set_file_encoding().
getEngine() - Method in class javax.script.CompiledScript
Retrieves a reference to the ScriptEngine whose methods created this CompiledScript object.
getEngineByExtention(String) - Method in class javax.script.ScriptEngineManager
Retrieves a new instance of a ScriptingEngine for the specified extension of a scirpt file.
getEngineByMimeType(String) - Method in class javax.script.ScriptEngineManager
Retrieves new instance the ScriptingEngine for a specifed MIME type.
getEngineByName(String) - Method in class javax.script.ScriptEngineManager
Retrieves a new instance of a ScriptEngine the specified descriptieve name.
getEngineFactories() - Method in class javax.script.ScriptEngineManager
Retrieves an array of instances of ScriptEngineFactory class which are found by the discovery mechanism.
getEngineName() - Method in interface javax.script.ScriptEngineFactory
Retrieves the full name of the ScriptEngine.
getEngineName() - Method in class php.java.script.PhpScriptEngineFactory
 
getEngineVersion() - Method in interface javax.script.ScriptEngineFactory
Retrieves the version of the Script Engine.
getEngineVersion() - Method in class php.java.script.PhpScriptEngineFactory
 
getEntry(String, Object[]) - Method in class php.java.bridge.ConstructorCache
Get a cache entry from a name args pair
getEntry(String, Class, Object[]) - Method in class php.java.bridge.MethodCache
Get a cache entry from a name, class and arguments.
getErrorStream() - Method in class php.java.bridge.Util.Process
 
getExpressionString() - Method in class php.java.faces.PhpFacesMethodBindingImpl
 
getExtensions() - Method in interface javax.script.ScriptEngineFactory
Retrieves an array of Strings which are file extensions tipically used for files containing scripts written in the language supported by the ScriptEngine.
getExtensions() - Method in class php.java.script.PhpScriptEngineFactory
 
getExternalContext() - Method in class php.java.faces.PhpFacesContext
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class php.java.faces.PhpFacesContextFactory
 
getFactory() - Method in interface javax.script.ScriptEngine
Retrieves a ScriptEngineFactory for the class to which describes the underlying ScriptEngine.
getFactory() - Method in class php.java.script.PhpScriptEngine
 
getFallbackChannelName(String, String, IContextFactory) - Method in class php.java.bridge.http.ContextServer
Return the channelName which be passed to the client as X_JAVABRIDGE_REDIRECT
getFileName() - Method in exception javax.script.ScriptException
Retrieves the file name in which the script is contained.
getHeader(String) - Method in class php.java.bridge.http.HttpRequest
Returns the header value
getHostAddress() - Static method in class php.java.bridge.Util
Returns the string "127.0.0.1".
getHttpServer() - Static method in class php.java.script.PhpScriptContext
Return the http server associated with this VM.
getHttpServletRequest() - Method in class php.java.servlet.Context
Returns the HttpServletRequest
getHttpServletRequest() - Method in class php.java.servlet.HttpSessionFacade
Returns the HttpServletRequest
getHttpServletResponse() - Method in class php.java.servlet.Context
Returns the ServletResponse
getHttpServletResponse() - Method in class php.java.servlet.HttpSessionFacade
Returns the ServletResponse
getId() - Method in class php.java.bridge.http.ContextFactory
 
getId() - Method in interface php.java.bridge.http.IContextFactory
Return the serializable ID of the context factory
getId() - Method in class php.java.bridge.http.SimpleContextFactory
 
getInputStream() - Method in class php.java.bridge.http.HttpRequest
Returns the InputStream
getInputStream() - Method in class php.java.bridge.http.IContextServer.Channel
Returns the channel's input stream.
getInputStream() - Method in class php.java.bridge.Util.Process
 
getInputStream() - Method in class php.java.servlet.ConnectionPool.Connection
Returns the InputStream associated with this connection.
getInputStream() - Method in class php.java.servlet.ConnectionPool.Factory
Create a new InputStream.
getInstance() - Static method in class php.java.bridge.JavaBridgeRunner
 
getInterface(Object, Class) - Method in interface javax.script.Invocable
Retrieves an instance of java class whose methods are impelemented using procedures in script which are in the intermediate code repository in the underlying interpreter.
getInterface(Class) - Method in interface javax.script.Invocable
Retrieves an instance of java class whose methods are impelemented using procedures in script which are in the intermediate code repository in the underlying interpreter.
getInterface(Class) - Method in class php.java.script.PhpScriptEngine
 
getInterface(Object, Class) - Method in class php.java.script.PhpScriptEngine
 
getIntValue() - Method in class php.java.bridge.ClassicParserString
Returns the int value.
getIntValue() - Method in class php.java.bridge.ParserString
Returns the int value.
getKontext() - Method in class php.java.bridge.http.IContextServer.ChannelName
 
getLanguageName() - Method in interface javax.script.ScriptEngineFactory
Retrieves the name of the language supported by the ScriptEngine.
getLanguageName() - Method in class php.java.script.InteractivePhpScriptEngineFactory
 
getLanguageName() - Method in class php.java.script.PhpScriptEngineFactory
 
getLanguageVersion() - Method in interface javax.script.ScriptEngineFactory
Retrieves the version of the language supported by the ScriptEngine.
getLanguageVersion() - Method in class php.java.script.PhpScriptEngineFactory
 
getLastAccessedTime() - Method in interface php.java.bridge.ISession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT.
getLastAccessedTime() - Method in class php.java.servlet.HttpSessionFacade
 
getLineNumber() - Method in exception javax.script.ScriptException
Retrieves the line number of the script where the error has occured.
getLocalPort(ServletRequest) - Static method in class php.java.servlet.CGIServlet
Only for internal use.
getLogger() - Static method in class php.java.bridge.Util
 
getLongValue() - Method in class php.java.bridge.ClassicParserString
Returns the long value.
getLongValue() - Method in class php.java.bridge.ParserString
Returns the long value.
getMap(int) - Method in class php.java.bridge.http.Context
Retrieves the Map instance associated with the specified level of scope.
getMaximumSeverity() - Method in class php.java.faces.PhpFacesContext
 
getMessage() - Method in exception javax.script.ScriptException
Retrieves a String describing the cause of error.
getMessageBundle() - Method in class php.java.faces.PhpFacesApplication
 
getMessages() - Method in class php.java.faces.PhpFacesContext
 
getMessages(String) - Method in class php.java.faces.PhpFacesContext
 
getMethod() - Method in class php.java.bridge.http.HttpRequest
Return the request Method
getMethodCallSyntax(String, String, String[]) - Method in class php.java.script.PhpScriptEngineFactory
 
getMimeTypes() - Method in interface javax.script.ScriptEngineFactory
Retrieves an array of Strings containing MIME types describing the content which can be processed using the Script Engine.
getMimeTypes() - Method in class php.java.script.PhpScriptEngineFactory
 
getName() - Method in class php.java.bridge.http.IContextServer.Channel
Returns the name of the channel, for example the socket # or the pipe name.
getName() - Method in class php.java.bridge.http.IContextServer.ChannelName
Returns the name of the channel, for example the socket # or the pipe name.
getNames() - Method in interface javax.script.ScriptEngineFactory
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine.
getNames() - Method in class php.java.script.InteractivePhpScriptEngineFactory
 
getNames() - Method in class php.java.script.PhpScriptEngineFactory
 
getNavigationHandler() - Method in class php.java.faces.PhpFacesApplication
 
getNewFromInterface(Class) - Method in class php.java.bridge.PhpProcedureProxy
Generate a new proxy for the given interface
getOptions() - Method in class php.java.bridge.JavaBridge
Returns the connection options
getOuptutStream() - Method in class php.java.bridge.http.IContextServer.Channel
Returns the channel's output stream.
getOutputStatement(String) - Method in class php.java.script.PhpScriptEngineFactory
 
getOutputStream() - Method in class php.java.bridge.http.HttpResponse
Returns the OutputStream of the response.
getOutputStream() - Method in class php.java.bridge.Util.Process
 
getOutputStream() - Method in class php.java.script.PhpScriptWriter
Returns the OutputStream.
getOutputStream() - Method in class php.java.servlet.ConnectionPool.Connection
Returns the OutputStream associated with this connection.
getOutputStream() - Method in class php.java.servlet.ConnectionPool.Factory
Create a new OutputStream.
getParameter(String) - Method in interface javax.script.ScriptEngineFactory
Retrieves an associated value for the specified key.
getParameter(String) - Method in class php.java.script.PhpScriptEngineFactory
 
getParameterTypes(Constructor) - Method in class php.java.bridge.ConstructorCache.Entry
 
getParameterTypes(Method) - Method in class php.java.bridge.MethodCache.Entry
 
getPath() - Method in class php.java.bridge.DynamicJavaBridgeClassLoader.JarLibraryPath
Return the path
getPhpMap(Object) - Method in class php.java.bridge.JavaBridge
Return map for the value (PHP 5 only)
getPhpMap(Object, JavaBridge) - Static method in class php.java.bridge.PhpMap
Returns a PhpMap for a given value.
getPhpScript() - Method in class php.java.script.CGIRunner
One must call this function if one is interested in the php continuation.
getProgram(String[]) - Method in class php.java.script.PhpScriptEngineFactory
 
getPropertyResolver() - Method in class php.java.faces.PhpFacesApplication
 
getProxy(Class[]) - Method in class php.java.bridge.PhpProcedureProxy
Generate a proxy.
getRenderKit() - Method in class php.java.faces.PhpFacesContext
 
getRenderResponse() - Method in class php.java.faces.PhpFacesContext
 
getRequest() - Method in class php.java.script.PhpSimpleHttpScriptContext
Get the HttpServletRequest
getRequestURI() - Method in class php.java.bridge.http.HttpRequest
Return the request URI
getResponse() - Method in class php.java.script.PhpSimpleHttpScriptContext
Get the servlet response
getResponseComplete() - Method in class php.java.faces.PhpFacesContext
 
getResponseStream() - Method in class php.java.faces.PhpFacesContext
 
getResponseWriter() - Method in class php.java.faces.PhpFacesContext
 
getScriptEngine() - Method in interface javax.script.ScriptEngineFactory
Retrieves an instance of the associated ScriptEngine.
getScriptEngine(Object, URL) - Method in class php.java.faces.PhpFacesContext
Get a script engine
getScriptEngine() - Method in class php.java.script.InteractivePhpScriptEngineFactory
 
getScriptEngine() - Method in class php.java.script.PhpScriptEngineFactory
 
getServletConfig() - Method in class php.java.faces.FacesServlet
 
getServletContext() - Method in class php.java.servlet.Context
Returns the ServletContext
getServletContext() - Method in class php.java.servlet.HttpSessionFacade
Returns the ServletContext
getServletInfo() - Method in class php.java.faces.FacesServlet
 
getSession(String, boolean, int) - Method in class php.java.bridge.http.ContextFactory
Return a standard session, shared with JSP
getSession(String, boolean, int) - Method in interface php.java.bridge.http.IContextFactory
 
getSession(String, boolean, int) - Method in class php.java.bridge.http.SimpleContextFactory
 
getSession(String, boolean, int) - Method in class php.java.bridge.JavaBridge
Return a session handle shared among all JavaBridge instances.
getSession(String, String, boolean, int) - Method in class php.java.bridge.JavaBridge
Return a session handle when using persistent connections.
getSession(String, boolean, int) - Method in class php.java.bridge.SessionFactory
 
getSession(String, boolean, int) - Method in class php.java.servlet.ServletContextFactory
 
getSessionCount() - Method in interface php.java.bridge.ISession
Returns the number of active sessions.
getSessionCount() - Method in class php.java.servlet.HttpSessionFacade
 
GetSetProp(Object, String, Object[], Response) - Method in class php.java.bridge.JavaBridge
Get or Set a property
getShortClassName(Object) - Static method in class php.java.bridge.Util
Return the short class name
getShortName(Class) - Static method in class php.java.bridge.Util
Return the short class name
getSimpleSession(String, boolean, int) - Method in class php.java.bridge.http.ContextFactory
Return a simple session which cannot be shared with JSP
getSocket() - Method in class php.java.bridge.http.HttpServer
Returns the server socket.
getSocketName() - Method in interface php.java.bridge.ISocketFactory
Return the socket# as a string.
getStandaloneInstance() - Static method in class php.java.bridge.JavaBridgeRunner
 
getStateManager() - Method in class php.java.faces.PhpFacesApplication
 
getString(byte[], int, int) - Method in class php.java.bridge.JavaBridge
Return a new string using the current file encoding (see java_set_file_encoding()).
getString(byte[], int, int, String) - Method in class php.java.bridge.StringCache
Get a string from the string cache.
getStringFromURLArray(URL[]) - Static method in class php.java.bridge.DynamicClassLoader
 
getStringValue() - Method in class php.java.bridge.ParserString
Returns the string encoded via java_set_file_encoding().
getSupportedLocales() - Method in class php.java.faces.PhpFacesApplication
 
getThreadGroup() - Method in class php.java.bridge.JavaBridgeSecurityManager
All user threads belong to the "JavaBridgeThreadPoolAppGroup" and all internal threads to "JavaBridgeThreadPoolGroup".
getTimeout() - Method in interface php.java.bridge.ISession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getTimeout() - Method in class php.java.servlet.HttpSessionFacade
 
getType() - Method in class php.java.bridge.PhpMap
Returns the key type.
getType(FacesContext) - Method in class php.java.faces.PhpFacesMethodBindingImpl
 
getType(Object, int) - Method in class php.java.faces.PhpFacesPropertyResolver
 
getType(Object, Object) - Method in class php.java.faces.PhpFacesPropertyResolver
 
getURL() - Method in class php.java.script.URLReader
Returns the URL to which this reader connects.
getURLArrayFromString(String) - Static method in class php.java.bridge.DynamicClassLoader
 
getURLs() - Method in class php.java.bridge.DynamicJavaBridgeClassLoader.JarLibraryPath
Return the urls associated with this entry
getUTF8StringValue() - Method in class php.java.bridge.ParserString
Returns the UTF8 string representation.
getValidatorIds() - Method in class php.java.faces.PhpFacesApplication
 
getValue(Object, int) - Method in class php.java.faces.PhpFacesPropertyResolver
 
getValue(Object, Object) - Method in class php.java.faces.PhpFacesPropertyResolver
 
getValue(int) - Method in class php.java.faces.Script
Cal the php method "getValueIndex".
getValue(Object) - Method in class php.java.faces.Script
Call the php method "getValue".
getValues(Object) - Method in class php.java.bridge.JavaBridge
Convert Map or Collection into a PHP array, sends the entire array, Map or Collection to the client.
getVariableResolver() - Method in class php.java.faces.PhpFacesApplication
 
getViewHandler() - Method in class php.java.faces.PhpFacesApplication
 
getViewRoot() - Method in class php.java.faces.PhpFacesContext
 
getWriter() - Method in interface javax.script.ScriptContext
Retrieves an instance of java.io.Writer which can be used by scripts to display their output.
getWriter() - Method in class javax.script.SimpleScriptContext
Retrieves an instance of java.io.Writer which can be used by scripts to display their output.
getWriter() - Method in class php.java.bridge.http.Context
Retrieves an instance of java.io.Writer which can be used by scripts to display their output.
getWriter() - Method in interface php.java.script.IPhpScriptContext
Returns the Writer
getWriter() - Method in class php.java.script.PhpScriptContext
 
getWriter() - Method in class php.java.script.PhpSimpleHttpScriptContext
 
getWriter() - Method in class php.java.servlet.Context
 
GLOBAL_SCOPE - Static variable in interface javax.script.ScriptContext
defines an integer for the level of scope, GLOBAL_SCOPE
GLOBAL_SCOPE - Static variable in class php.java.bridge.http.Context
The global scope

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