Uses of Class
org.apache.tapestry.util.MultiKey

Packages that use MultiKey
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
 

Uses of MultiKey in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload that return MultiKey
protected  MultiKey PageSource.buildKey(IEngine engine, java.lang.String pageName)
          Builds a key for a named page in the application's current locale.
protected  MultiKey PageSource.buildKey(IPage page)
          Builds a key from an existing page, using the page's name and locale.