|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DynamicPageCache
Caching support for DynamicPageServices.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.tapestry5.ioc.services.RegistryShutdownListener |
|---|
registryDidShutdown |
| Method Detail |
|---|
org.python.core.PyObject getScriptObject(String path)
path - script path
String getPath(String pathId)
pathId - a path to resolve
void putPath(String pathId,
String path)
pathId - path to resolvepath - resolved path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||