@Scope(value="perthread") public class RequestPageCacheImpl extends Object implements RequestPageCache, Runnable
Constructor and Description |
---|
RequestPageCacheImpl(org.slf4j.Logger logger,
ComponentClassResolver resolver,
PageSource pageSource,
RequestGlobals requestGlobals) |
Modifier and Type | Method and Description |
---|---|
Page |
get(String pageName)
Gets the page via its page name, in the current locale.
|
void |
listenForThreadCleanup(PerthreadManager perthreadManager) |
void |
run() |
public RequestPageCacheImpl(org.slf4j.Logger logger, ComponentClassResolver resolver, PageSource pageSource, RequestGlobals requestGlobals)
@PostInjection public void listenForThreadCleanup(PerthreadManager perthreadManager)
public Page get(String pageName)
RequestPageCache
get
in interface RequestPageCache
pageName
- the name of the page to retrieve (this is the logical page name, not the fully qualified class
name)5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.