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

Packages that use Locator
org.zkoss.util.resource Resources and their locators and loaders. 
org.zkoss.xel.taglib Utilities to access taglibs, aka., the TLD files. 
org.zkoss.xel.util Utilties of XEL expressions. 
 

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(String baseName, Locale locale, Locator locator)
          Gets a resource bundle using the specified base name, locale, and locator.
static PropertyBundle PropertyBundle.getBundle(String baseName, Locale locale, Locator locator, boolean caseInsensitive)
          Gets a resource bundle using the specified base name, locale, and locator.
static Locators.URLLocation Locators.locate(String file, Locale locale, Locator locator)
          Locates the filename based on the locale.
static Locators.StreamLocation Locators.locateAsStream(String file, 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(String baseName, Locale locale, Locator locator, boolean caseInsensitive)
          Constructor.
 

Uses of Locator in org.zkoss.xel.taglib
 

Methods in org.zkoss.xel.taglib with parameters of type Locator
static FunctionMapper Taglibs.getFunctionMapper(Collection taglibs, Locator loc)
          Retursn the function mapper representing a collection of Taglib, or null if nothin is loaded.
static FunctionMapper Taglibs.getFunctionMapper(Collection taglibs, Map imports, Collection funcs, Locator loc)
          Retursn the function mapper representing a collection of Taglib, imports and functions, or null if nothing is loaded.
static FunctionMapper Taglibs.getFunctionMapper(Collection taglibs, Map imports, Locator loc)
          Retursn the function mapper representing a collection of Taglib and imports, or null if nothing is loaded.
static FunctionMapper Taglibs.getFunctionMapper(List taglibs, Locator loc)
          Retursn the function mapper representing a list of Taglib, or null if nothin is loaded.
static FunctionMapper Taglibs.getFunctionMapper(List taglibs, Map imports, List funcs, Locator loc)
          Retursn the function mapper representing a list of Taglib, imports and functions, or null if nothing is loaded.
static FunctionMapper Taglibs.getFunctionMapper(List taglibs, Map imports, Locator loc)
          Retursn the function mapper representing a list of Taglib and imports, or null if nothing is loaded.
 

Uses of Locator in org.zkoss.xel.util
 

Methods in org.zkoss.xel.util with parameters of type Locator
 void TaglibMapper.load(String prefix, String uri, Locator locator)
          Loads function and class definitions from taglib.
 void TaglibMapper.load(Taglib taglib, Locator locator)
          Loads function and class definitions from taglib.
 



Copyright © 2012. All Rights Reserved.