|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptFile | |
---|---|
php.java.script.servlet | Internal PHP script engine implementation for servlets. |
Uses of ScriptFile in php.java.script.servlet |
---|
Methods in php.java.script.servlet that return ScriptFile | |
---|---|
static ScriptFile |
EngineFactory.getPhpScript(java.lang.String path)
Get a PHP script from the given Path. |
static ScriptFile |
EngineFactory.getPhpScript(java.lang.String path,
java.io.Reader reader)
Get a PHP script from the given Path. |
static ScriptFile |
EngineFactory.getPhpScript(java.lang.String webPath,
java.lang.String path)
Get a PHP script from the given Path. |
static ScriptFile |
EngineFactory.getPhpScript(java.lang.String webPath,
java.lang.String path,
java.io.Reader reader)
Get a PHP script from the given Path. |
Methods in php.java.script.servlet with parameters of type ScriptFile | |
---|---|
static java.io.FileReader |
EngineFactory.createPhpScriptFileReader(ScriptFile phpScriptFile)
Create a Reader from a given PHP script file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |