Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet.xml
Interface PageDescriptionCache

All Known Implementing Classes:
DefaultPageDescriptionCache

public interface PageDescriptionCache

Generic interface for a cache of PageDescriptions.


Method Summary
 PageDescription getPageDescription(BajaContext context, Page page)
          Gets a single PageDescription from the cache.
 

Method Detail

getPageDescription

public PageDescription getPageDescription(BajaContext context,
                                          Page page)
Gets a single PageDescription from the cache.

Parameters:
context - the current BajaContext
page - the page for the PageDescription
Returns:
a PageDescription object, or null if the file could not be loaded at all

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.