org.sapia.cocoon.php
Class QuercusBean

java.lang.Object
  extended by com.caucho.quercus.Quercus
      extended by org.sapia.cocoon.php.QuercusBean
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware

public class QuercusBean
extends com.caucho.quercus.Quercus
implements org.springframework.context.ResourceLoaderAware, org.springframework.beans.factory.InitializingBean


Nested Class Summary
static class QuercusBean.QuercusPath
           
 
Field Summary
static java.lang.String DEFAULT_PWD
           
static java.lang.String DEFAULT_WORKDIR
           
 
Fields inherited from class com.caucho.quercus.Quercus
INI_INCLUDE_PATH, INI_REGISTER_LONG_ARRAYS, INI_UNICODE_FALLBACK_ENCODING, INI_UNICODE_FROM_ERROR_MODE, INI_UNICODE_FROM_ERROR_SUBST_CHAR, INI_UNICODE_HTTP_INPUT_ENCODING, INI_UNICODE_OUTPUT_ENCODING, INI_UNICODE_RUNTIME_ENCODING, INI_UNICODE_SCRIPT_ENCODING, INI_UNICODE_SEMANTICS
 
Constructor Summary
QuercusBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setPwdDir(java.lang.String dir)
           
 void setResourceLoader(org.springframework.core.io.ResourceLoader loader)
           
 
Methods inherited from class com.caucho.quercus.Quercus
addImplClass, addJavaClass, addJavaClass, addJavaClassWrapper, addModule, clearDefinitionCache, close, createEnv, createModuleContext, createPageManager, createSessionManager, createStaticName, createString, destroySession, exnConstructor, findClass, findClassId, findDatabase, findFunction, findFunctionId, findFunctionImpl, findJavaClassWrapper, findLowerFunctionImpl, findModule, getClassDefMap, getClassId, getClassIdCount, getClassMap, getConnection, getConstant, getConstantId, getConstantIdSize, getConstMap, getCookieName, getDatabase, getDefCacheHitCount, getDefCacheMissCount, getDefinedFunctions, getExtensionFuncs, getFunctionId, getFunctionIdCount, getFunctionMap, getIncludeCache, getIniBoolean, getIniDefinitions, getIniLong, getIniMap, getJavaClassDefinition, getJavaClassDefinition, getLoadedExtensions, getLocalContext, getLocalContext, getModuleContext, getModules, getModuleStartupListeners, getMysqlVersion, getPhpVersion, getPwd, getQuercusSessionManager, getScriptEncoding, getServerEnv, getServerEnvMap, getServletContext, getSpecial, getStatement, getStdClass, getVersion, getVersionDate, getWorkDir, intern, isCompile, isExtensionLoaded, isPro, isRequireSource, isResin, isStrict, isSuperGlobal, isUnicodeSemantics, loadSession, markForPoolRemoval, objectToValue, parse, parse, parse, parseCode, parseEvalExpr, parseFunction, putIncludeCache, saveSession, setCompile, setDatabase, setIni, setIni, setIniFile, setLazyCompile, setMysqlVersion, setPhpVersion, setPwd, setRequireSource, setScriptEncoding, setServerEnv, setServerEnv, setServletContext, setSpecial, setStrict, setWorkDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WORKDIR

public static final java.lang.String DEFAULT_WORKDIR
See Also:
Constant Field Values

DEFAULT_PWD

public static final java.lang.String DEFAULT_PWD
See Also:
Constant Field Values
Constructor Detail

QuercusBean

public QuercusBean()
Method Detail

setResourceLoader

public void setResourceLoader(org.springframework.core.io.ResourceLoader loader)
Specified by:
setResourceLoader in interface org.springframework.context.ResourceLoaderAware

setPwdDir

public void setPwdDir(java.lang.String dir)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.