|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.resource.loader.ComponentStringResourceLoader
org.apache.wicket.resource.loader.ClassStringResourceLoader
public class ClassStringResourceLoader
This string resource loader attempts to find a single resource bundle that has the same name and location as the clazz provided in the constructor. If the bundle is found than strings are obtained from here. This implementation is fully aware of both locale and style values when trying to obtain the appropriate bundle.
An instance of this loader is registered with the Application by default.
Constructor Summary | |
---|---|
ClassStringResourceLoader(java.lang.Class clazz)
Create and initialize the resource loader. |
Method Summary | |
---|---|
java.lang.String |
loadStringResource(java.lang.Class clazz,
java.lang.String key,
java.util.Locale locale,
java.lang.String style)
Get the string resource for the given combination of class, key, locale and style. |
java.lang.String |
loadStringResource(Component component,
java.lang.String key)
Get the string resource for the given combination of component and resource key. |
Methods inherited from class org.apache.wicket.resource.loader.ComponentStringResourceLoader |
---|
isStopResourceSearch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassStringResourceLoader(java.lang.Class clazz)
clazz
- The class that this resource loader is associated withMethod Detail |
---|
public java.lang.String loadStringResource(java.lang.Class clazz, java.lang.String key, java.util.Locale locale, java.lang.String style)
ComponentStringResourceLoader
loadStringResource
in interface IStringResourceLoader
loadStringResource
in class ComponentStringResourceLoader
clazz
- The Class to find resources to be loadedkey
- The key to obtain the string forlocale
- The locale identifying the resource set to select the strings fromstyle
- The (optional) style identifying the resource set to select the strings from (see
Session
)
ComponentStringResourceLoader.loadStringResource(java.lang.Class,
java.lang.String, java.util.Locale, java.lang.String)
public java.lang.String loadStringResource(Component component, java.lang.String key)
IStringResourceLoader
loadStringResource
in interface IStringResourceLoader
loadStringResource
in class ComponentStringResourceLoader
component
- The component to get the string resource forkey
- The key should be a String containing a lookup key into a resource bundle
ComponentStringResourceLoader.loadStringResource(org.apache.wicket.Component,
java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |