Class BaseResourceBundlePlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.resources.impl.BaseResourceBundlePlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class BaseResourceBundlePlugin
extends org.exoplatform.container.component.BaseComponentPlugin
This class is used to define new resource bundles
Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 24 sept. 2009
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
BaseResourceBundlePlugin
public BaseResourceBundlePlugin(org.exoplatform.container.xml.InitParams params)
-
-
Method Details
-
getClasspathResources
- Returns:
- the list of enclosed "classpath" resource bundles
-
getPortalResources
- Returns:
- the list of enclosed "portal" resource bundles
-
getInitResources
- Returns:
- the list of enclosed "init" resource bundles
-