|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Subinterfaces of Locator in org.zkoss.util.resource | |
|---|---|
interface |
XMLResourcesLocator
Represents a locator used to locate XML resources. |
| 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. |
|
| Uses of Locator in org.zkoss.xel.taglib |
|---|
| Methods in org.zkoss.xel.taglib with parameters of type Locator | |
|---|---|
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.Collection<Taglib> taglibs,
Locator loc)
Retursn the function mapper representing a collection of Taglib,
or null if nothin is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.Collection<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
java.util.Collection<FunctionDefinition> 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(java.util.Collection<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
Locator loc)
Retursn the function mapper representing a collection of Taglib
and imports, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.List<Taglib> taglibs,
Locator loc)
Retursn the function mapper representing a list of Taglib,
or null if nothin is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.List<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
java.util.List<FunctionDefinition> 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(java.util.List<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> 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(java.lang.String prefix,
java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||