org.jboss.seam.core
Class ResourceBundle

java.lang.Object
  extended by org.jboss.seam.core.ResourceBundle

@Scope(value=STATELESS)
@BypassInterceptors
@Name(value="org.jboss.seam.core.resourceBundle")
@Install(precedence=0)
public class ResourceBundle
extends java.lang.Object

Manager component for the Seam resource bundle

Author:
Gavin King
See Also:
SeamResourceBundle

Constructor Summary
ResourceBundle()
           
 
Method Summary
 java.util.ResourceBundle getResourceBundle()
           
static java.util.ResourceBundle instance()
           
 
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

getResourceBundle

@Unwrap
public java.util.ResourceBundle getResourceBundle()

instance

public static java.util.ResourceBundle instance()
Returns:
the ResourceBundle instance


Copyright © 2011 Seam Framework. All Rights Reserved.