Serialized Form


Package javax.script

Class javax.script.ScriptException extends java.lang.Exception implements Serializable

serialVersionUID: 3689065132168917297L

Serialized Fields

fileName

java.lang.String fileName
Stroes the file name of the script


lineNumber

int lineNumber
Stores the line number of the script in which the error has occured


columnNumber

int columnNumber
Stores the column number of the script in which the error has occured


message

java.lang.String message
Stores the message which describes the cause of error


Package php.java.bridge

Class php.java.bridge.JavaBridgeIllegalArgumentException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: -6180293871441493489L

Class php.java.bridge.JavaBridgeIllegalStateException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: -2335751296956301571L

Class php.java.bridge.NotImplementedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3546638798315468084L

Class php.java.bridge.Request.AbortException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 7778150395848350732L

Class php.java.bridge.Util.Process.PhpException extends java.lang.Exception implements Serializable

serialVersionUID: 767047598257671018L

Serialized Fields

errorString

java.lang.String errorString

Package php.java.script

Class php.java.script.PhpScriptException extends ScriptException implements Serializable

serialVersionUID: 7664096304464958875L

Class php.java.script.ResultProxy extends java.lang.Number implements Serializable

serialVersionUID: 9126953496638654790L

Serialized Fields

result

int result

engine

php.java.script.SimplePhpScriptEngine engine

Package php.java.script.servlet

Class php.java.script.servlet.PhpScriptTemporarilyOutOfResourcesException extends PhpScriptException implements Serializable

serialVersionUID: 8462790974758317348L

Class php.java.script.servlet.ScriptFile extends java.io.File implements Serializable

serialVersionUID: 5388841733118702557L

Serialized Fields

webPath

java.lang.String webPath

Package php.java.servlet

Class php.java.servlet.CGIServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3258132448955937337L

Serialized Fields

context

javax.servlet.ServletContext context
the Context container associated with our web context.


debug

int debug
the debugging detail level for this servlet.


iClientInputTimeout

int iClientInputTimeout
the time in ms to wait for the client to send us CGI input data


cgiPathPrefix

java.lang.String cgiPathPrefix
The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null)


processEnvironment

java.util.HashMap<K,V> processEnvironment
Only for internal use


cgiRunnerFactory

php.java.servlet.CGIServlet.CGIRunnerFactory cgiRunnerFactory

Class php.java.servlet.PhpCGIServlet extends FastCGIServlet implements Serializable

serialVersionUID: 38983388211187962L

Serialized Fields

defaultCgiRunnerFactory

php.java.servlet.PhpCGIServlet.CGIRunnerFactory defaultCgiRunnerFactory

DOCUMENT_ROOT

java.lang.String DOCUMENT_ROOT

SERVER_SIGNATURE

java.lang.String SERVER_SIGNATURE

Class php.java.servlet.PhpJavaServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3257854259629144372L

Serialized Fields

contextServer

ContextServer contextServer

logLevel

int logLevel

Package php.java.servlet.fastcgi

Class php.java.servlet.fastcgi.ConnectException extends java.io.IOException implements Serializable

serialVersionUID: 5242564093021250550L

Class php.java.servlet.fastcgi.ConnectionException extends java.io.IOException implements Serializable

serialVersionUID: -5174286702617481362L

Class php.java.servlet.fastcgi.FastCGIServlet extends CGIServlet implements Serializable

serialVersionUID: 3545800996174312757L

Serialized Fields

php

java.lang.String php

phpTryOtherLocations

boolean phpTryOtherLocations

preferSystemPhp

boolean preferSystemPhp

fcgiIsConfigured

boolean fcgiIsConfigured
default: true. Switched off when fcgi is not configured


fcgiIsAvailable

boolean fcgiIsAvailable
default: true. Switched off when fcgi is not configured or if fcgi server failed


canStartFCGI

boolean canStartFCGI

override_hosts

boolean override_hosts

delegateToJavaBridgeContext

boolean delegateToJavaBridgeContext

php_fcgi_children

java.lang.String php_fcgi_children

php_fcgi_children_number

int php_fcgi_children_number

php_fcgi_max_requests

java.lang.String php_fcgi_max_requests

php_fcgi_max_requests_number

int php_fcgi_max_requests_number

defaultPoolFactory

Factory defaultPoolFactory

defaultCGIRunnerFactory

php.java.servlet.fastcgi.FastCGIServlet.CGIRunnerFactory defaultCGIRunnerFactory

channelName

ChannelName channelName