Uses of Interface
org.zkoss.util.resource.Locator

Packages that use Locator
org.zkoss.el EL utilities enabling the use of EL expressions anywhere, not just in JSP pages 
org.zkoss.util.resource Resources and their locators and loaders. 
 

Uses of Locator in org.zkoss.el
 

Methods in org.zkoss.el with parameters of type Locator
static FunctionMapper FunctionMappers.getFunctionMapper(java.util.List taglibs, Locator loc)
          Retursn the function mapper representing a list of Taglib, or null if taglibs is null or empty.
 void SimpleMapper.load(java.lang.String prefix, java.lang.String uri, Locator locator)
          Loads function definitions from taglib.
 

Uses of Locator in org.zkoss.util.resource
 

Classes in org.zkoss.util.resource that implement Locator
 class ClassLocator
          The locator searches the current thread's context class loader, and then this class's class loader.
 

Methods in org.zkoss.util.resource that return Locator
static Locator Locators.getDefault()
          Returns the default resource locator which is an instance of ClassLocator.
 

Methods in org.zkoss.util.resource with parameters of type Locator
static PropertyBundle PropertyBundle.getBundle(java.lang.String baseName, java.util.Locale locale, Locator locator)
          Gets a resource bundle using the specified base name, locale, and locator.
static PropertyBundle PropertyBundle.getBundle(java.lang.String baseName, java.util.Locale locale, Locator locator, boolean caseInsensitive)
          Gets a resource bundle using the specified base name, locale, and locator.
static Locators.URLLocation Locators.locate(java.lang.String file, java.util.Locale locale, Locator locator)
          Locates the filename based on the locale.
static Locators.StreamLocation Locators.locateAsStream(java.lang.String file, java.util.Locale locale, Locator locator)
          Locates the input stream based on the locale, and returns the info of StreamLocation.
 

Constructors in org.zkoss.util.resource with parameters of type Locator
PropertyBundle(java.lang.String baseName, java.util.Locale locale, Locator locator, boolean caseInsensitive)
          Constructor.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.