|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.seam.core.ResourceBundle
@Scope(value=SESSION) @Intercept(value=NEVER) @Name(value="org.jboss.seam.core.resourceBundle") @Install(precedence=0) public class ResourceBundle
Support for an application-global resource bundle
Constructor Summary | |
---|---|
ResourceBundle()
|
Method Summary | |
---|---|
ResourceBundle |
getBundle()
|
String |
getBundleName()
Deprecated. |
String[] |
getBundleNames()
|
static ResourceBundle |
instance()
|
protected ResourceBundle |
loadBundle(String bundleName)
Load a resource bundle by name (may be overridden by subclasses who want to use non-standard resource bundle types). |
void |
setBundleName(String bundleName)
Deprecated. |
void |
setBundleNames(String[] bundleNames)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceBundle()
Method Detail |
---|
public String[] getBundleNames()
public void setBundleNames(String[] bundleNames)
@Deprecated public void setBundleName(String bundleName)
@Deprecated public String getBundleName()
protected ResourceBundle loadBundle(String bundleName)
bundleName
- the name of the resource bundle
@Unwrap public ResourceBundle getBundle()
public String toString()
public static ResourceBundle instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |