Class SimpleResourceBundleService

java.lang.Object
org.exoplatform.services.resources.impl.BaseResourceBundleService
org.exoplatform.services.resources.impl.SimpleResourceBundleService
All Implemented Interfaces:
org.exoplatform.services.resources.ResourceBundleService, org.picocontainer.Startable

public class SimpleResourceBundleService extends BaseResourceBundleService
Created by The eXo Platform SARL Author : Tung Pham thanhtungty@gmail.com Dec 1, 2007
  • Constructor Details

    • SimpleResourceBundleService

      public SimpleResourceBundleService(org.exoplatform.container.PortalContainer portalContainer, org.exoplatform.container.xml.InitParams params, org.exoplatform.services.cache.CacheService cService, org.exoplatform.services.resources.LocaleConfigService localeService) throws Exception
      Throws:
      Exception
  • Method Details

    • getResourceBundleData

      public org.exoplatform.services.resources.ResourceBundleData getResourceBundleData(String id)
    • removeResourceBundleData

      public org.exoplatform.services.resources.ResourceBundleData removeResourceBundleData(String id)
    • saveResourceBundle

      public void saveResourceBundle(org.exoplatform.services.resources.ResourceBundleData resourceData)
    • findResourceDescriptions

      public org.exoplatform.commons.utils.PageList<org.exoplatform.services.resources.ResourceBundleData> findResourceDescriptions(org.exoplatform.services.resources.Query q)
    • getResourceBundleFromDb

      protected ResourceBundle getResourceBundleFromDb(String id, ResourceBundle parent, Locale locale) throws Exception
      Specified by:
      getResourceBundleFromDb in class BaseResourceBundleService
      Throws:
      Exception