public interface DynamicPageCache
extends org.apache.tapestry5.ioc.services.RegistryShutdownListener
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath(java.lang.String pathId)
Gets the fully resolved path for the specified path.
|
org.python.core.PyObject |
getScriptObject(java.lang.String path)
Gets the script object with the specified path.
|
void |
putPath(java.lang.String pathId,
java.lang.String path)
Puts an entry into the path lookup cache.
|
org.python.core.PyObject getScriptObject(java.lang.String path)
path - script pathjava.lang.String getPath(java.lang.String pathId)
pathId - a path to resolvevoid putPath(java.lang.String pathId,
java.lang.String path)
pathId - path to resolvepath - resolved pathCopyright © 2009-2019. All Rights Reserved.