mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ACE-1172: ExtensibilityContainer update to support Surf updates
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@65685 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -60,6 +60,11 @@ public class ExtensibilityContainer extends RepositoryContainer implements Handl
|
||||
{
|
||||
private static final Log logger = LogFactory.getLog(ExtensibilityContainer.class);
|
||||
|
||||
public boolean isExtensibilitySuppressed()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>Opens a new {@link ExtensibilityModel}, defers execution to the extended {@link RepositoryContainer} and
|
||||
* then closes the {@link ExtensibilityModel}.</p>
|
||||
|
Reference in New Issue
Block a user