mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
107541: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE) 107413: Merged DEV to 5.0.N (5.0.3) 106858 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Cleaning of Javadoc, 107565: MNT-13545 Fix compilation after merge of Javadoc git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107633 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -93,26 +93,26 @@ public interface MessageService extends TenantDeployer, MessageLookup
|
||||
* eg, alfresco/messages/errors
|
||||
* or, workspace://SpaceStore/app:company_home/app:dictionary/app:labels/cm:errors
|
||||
* <p>
|
||||
* Once registered the messages will be available via getMessage, assuming the
|
||||
* bundle resource exists at the given path location.
|
||||
*
|
||||
* @param bundleBasePath the bundle base path
|
||||
*/
|
||||
public void registerResourceBundle(String bundleBasePath);
|
||||
|
||||
* Once registered the messages will be available via getMessage, assuming the
|
||||
* bundle resource exists at the given path location.
|
||||
*
|
||||
* @param bundleBasePath the bundle base path
|
||||
*/
|
||||
public void registerResourceBundle(String bundleBasePath);
|
||||
|
||||
/**
|
||||
* Unregister a resource bundle
|
||||
* <p>
|
||||
* This should be the bundle base path
|
||||
* eg alfresco/messages/errors
|
||||
* or workspace://SpaceStore/app:company_home/app:dictionary/app:labels/cm:errors
|
||||
* <p>
|
||||
* Once unregistered the messages will no longer be available via getMessage
|
||||
*
|
||||
* @param resBundlePath the bundle base path
|
||||
*/
|
||||
public void unregisterResourceBundle(String resBundlePath);
|
||||
|
||||
* <p>
|
||||
* Once unregistered the messages will no longer be available via getMessage
|
||||
*
|
||||
* @param resBundlePath the bundle base path
|
||||
*/
|
||||
public void unregisterResourceBundle(String resBundlePath);
|
||||
|
||||
/**
|
||||
* Get message resource bundle from the repository
|
||||
*
|
||||
@@ -135,7 +135,7 @@ public interface MessageService extends TenantDeployer, MessageLookup
|
||||
/**
|
||||
* Register message deployer with message service
|
||||
*
|
||||
* @param messageDeployer
|
||||
* @param messageDeployer MessageDeployer
|
||||
*/
|
||||
public void register(MessageDeployer messageDeployer);
|
||||
|
||||
|
Reference in New Issue
Block a user