Uses of Interface
org.zkoss.util.resource.Locator
-
Packages that use Locator Package Description org.zkoss.util.resource org.zkoss.xel.taglib org.zkoss.xel.util -
-
Uses of Locator in org.zkoss.util.resource
Subinterfaces of Locator in org.zkoss.util.resource Modifier and Type Interface Description interfaceXMLResourcesLocatorRepresents a locator used to locate XML resources.Classes in org.zkoss.util.resource that implement Locator Modifier and Type Class Description classClassLocatorThe 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 Modifier and Type Method Description static LocatorLocators. getDefault()Returns the default resource locator which is an instance ofClassLocator.Methods in org.zkoss.util.resource with parameters of type Locator Modifier and Type Method Description static PropertyBundlePropertyBundle. getBundle(java.lang.String baseName, java.util.Locale locale, Locator locator)Gets a resource bundle using the specified base name, locale, and locator.static PropertyBundlePropertyBundle. 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.URLLocationLocators. locate(java.lang.String file, java.util.Locale locale, Locator locator)Locates the filename based on the locale.static Locators.StreamLocationLocators. 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 Constructor Description PropertyBundle(java.lang.String baseName, java.util.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 Modifier and Type Method Description static FunctionMapperTaglibs. getFunctionMapper(java.util.Collection<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, java.util.Collection<FunctionDefinition> funcs, Locator loc)Returns the function mapper representing a collection ofTaglib, imports and functions, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.Collection<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, Locator loc)Returns the function mapper representing a collection ofTagliband imports, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.Collection<Taglib> taglibs, Locator loc)Returns the function mapper representing a collection ofTaglib, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.List<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, java.util.List<FunctionDefinition> funcs, Locator loc)Returns the function mapper representing a list ofTaglib, imports and functions, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.List<Taglib> taglibs, java.util.Map<java.lang.String,java.lang.Class<?>> imports, Locator loc)Returns the function mapper representing a list ofTagliband imports, or null if nothing is loaded.static FunctionMapperTaglibs. getFunctionMapper(java.util.List<Taglib> taglibs, Locator loc)Returns the function mapper representing a list ofTaglib, 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 Modifier and Type Method Description voidTaglibMapper. load(java.lang.String prefix, java.lang.String uri, Locator locator)Loads function and class definitions from taglib.voidTaglibMapper. load(Taglib taglib, Locator locator)Loads function and class definitions from taglib.
-