org.apache.beehive.netui.script.common.bundle
Class BundleNodeFactory

Object
  extended by BundleNodeFactory

public class BundleNodeFactory
extends Object


Method Summary
static BundleNodeFactory getInstance()
           
 BundleNode getResourceBundleNode(String name, ResourceBundle resourceBundle, Locale locale)
           
 BundleNode getStrutsBundleNode(String name, MessageResources messageResources, Locale locale)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BundleNodeFactory getInstance()

getStrutsBundleNode

public final BundleNode getStrutsBundleNode(String name,
                                            MessageResources messageResources,
                                            Locale locale)

getResourceBundleNode

public final BundleNode getResourceBundleNode(String name,
                                              ResourceBundle resourceBundle,
                                              Locale locale)