public class PageDefinitionCache extends AbstractCache<String,PageDefinition> implements org.springframework.web.context.ServletContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| Modifier and Type | Method and Description |
|---|---|
protected PageDefinition |
fetch(String url) |
PageDefinition |
get(String key) |
static PageDefinitionCache |
getInstance() |
boolean |
isCached(String key) |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
Process FSPs marked for pre-compilation.
|
void |
setPrecompiled(Collection<String> fsps) |
void |
setPrecompiled(String fsps) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
iterator, refresh, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static PageDefinitionCache getInstance()
public void setPrecompiled(String fsps)
public void setPrecompiled(Collection<String> fsps)
public PageDefinition get(String key)
get in class AbstractCache<String,PageDefinition>public boolean isCached(String key)
isCached in class AbstractCache<String,PageDefinition>protected PageDefinition fetch(String url)
fetch in class AbstractCache<String,PageDefinition>public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.