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 Object

Manager component for the Seam resource bundle

Author:
Gavin King
See Also:
SeamResourceBundle

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

instance

public static ResourceBundle instance()
Returns:
the ResourceBundle instance


Copyright © 2011 Seam Framework. All Rights Reserved.