oracle.cabo.servlet.xml
Interface PageDescriptionCache
- All Known Implementing Classes:
- DefaultPageDescriptionCache
- public interface PageDescriptionCache
Generic interface for a cache of PageDescriptions.
getPageDescription
public PageDescription getPageDescription(BajaContext context,
Page page)
- Gets a single PageDescription from the cache.
- Parameters:
context
- the current BajaContextpage
- the page for the PageDescription- Returns:
- a PageDescription object, or null if the file could not be loaded at all