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