Uses of Interface
net.sf.jguiraffe.resources.ResourceGroup
-
Packages that use ResourceGroup Package Description net.sf.jguiraffe.resources A package with interfaces and classes for accessing resources.net.sf.jguiraffe.resources.impl The implementation package for theresourcespackage.net.sf.jguiraffe.resources.impl.bundle This package contains an implementation ofResourceLoaderandResourceGroupbased on Java resource bundles. -
-
Uses of ResourceGroup in net.sf.jguiraffe.resources
Methods in net.sf.jguiraffe.resources that return ResourceGroup Modifier and Type Method Description ResourceGroupResourceManager. getResourceGroup(Locale locale, Object group)Returns the resource group for the specifiedLocalewith the given name.ResourceGroupResourceLoader. loadGroup(Locale locale, Object name)Performs all necessary steps to retrieve the specified resource group. -
Uses of ResourceGroup in net.sf.jguiraffe.resources.impl
Methods in net.sf.jguiraffe.resources.impl that return ResourceGroup Modifier and Type Method Description ResourceGroupResourceManagerImpl. getResourceGroup(Locale locale, Object group)Returns the specified resource group. -
Uses of ResourceGroup in net.sf.jguiraffe.resources.impl.bundle
Methods in net.sf.jguiraffe.resources.impl.bundle that return ResourceGroup Modifier and Type Method Description protected ResourceGroupBundleResourceLoader. createGroup(String name, Locale locale)Creates aResourceGroupobject from the specified bundle.ResourceGroupBundleResourceLoader. loadGroup(Locale locale, Object name)Loads the specified resource group from a resource bundle.
-