com.caucho.quercus.page
Class ProGooglePageManager
java.lang.Object
com.caucho.quercus.page.PageManager
com.caucho.quercus.page.ProGooglePageManager
public class ProGooglePageManager
- extends PageManager
Each "page" refers to a quercus file.
|
Field Summary |
protected static L10N |
L
|
| Methods inherited from class com.caucho.quercus.page.PageManager |
getPageCacheSize, getPwd, getQuercus, isActive, isCompile, isCompileFailover, isLazyCompile, isRequireSource, parse, parse, parseImpl, setCompile, setCompileFailover, setLazyCompile, setPageCacheSize, setRequireSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
L
protected static final L10N L
ProGooglePageManager
public ProGooglePageManager(QuercusContext quercus)
- Constructor.
getClassName
public java.lang.String getClassName(Path path)
- Returns the relative path.
getRelativePath
public java.lang.String getRelativePath(Path path)
- Returns the relative path.
compilePage
protected QuercusPage compilePage(QuercusProgram program,
Path path)
- Overrides:
compilePage in class PageManager
clearProgram
protected void clearProgram(Path path,
QuercusProgram program)
- Overrides:
clearProgram in class PageManager
precompileExists
public boolean precompileExists(Path path)
- Overrides:
precompileExists in class PageManager
preloadPage
protected QuercusPage preloadPage(QuercusProgram program,
Path path)
preloadProgram
protected QuercusProgram preloadProgram(Path path,
java.lang.String fileName)
- Overrides:
preloadProgram in class PageManager
close
public void close()
- Overrides:
close in class PageManager