站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

ResourceBundle (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.core
Class ResourceBundle

java.lang.Object
  extended by org.jboss.seam.core.ResourceBundle
All Implemented Interfaces:
Serializable

@Scope(value=SESSION)
@Intercept(value=NEVER)
@Name(value="resourceBundle")
public class ResourceBundle
extends Object
implements Serializable

Support for an application-global resource bundle

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
ResourceBundle()
           
 
Method Summary
 ResourceBundle getBundle()
           
 String getBundleName()
          Deprecated. 
 String[] getBundleNames()
           
static ResourceBundle instance()
           
 void setBundleName(String bundleName)
          Deprecated. 
 void setBundleNames(String[] bundleNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBundle

public ResourceBundle()
Method Detail

getBundleNames

public String[] getBundleNames()

setBundleNames

public void setBundleNames(String[] bundleNames)

setBundleName

@Deprecated
public void setBundleName(String bundleName)
Deprecated. 


getBundleName

@Deprecated
public String getBundleName()
Deprecated. 


getBundle

@Unwrap
public ResourceBundle getBundle()

instance

public static ResourceBundle instance()