mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merge of all UI clustering changes originally applied to 2.2
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8292 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
*/
|
||||
package org.alfresco.service.cmr.repository;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Interface contract for the conversion of file name to a fully qualified icon image path for use by
|
||||
* templating and scripting engines executing within the repository context.
|
||||
@@ -33,7 +35,7 @@ package org.alfresco.service.cmr.repository;
|
||||
*
|
||||
* @author Kevin Roast
|
||||
*/
|
||||
public interface TemplateImageResolver
|
||||
public interface TemplateImageResolver extends Serializable
|
||||
{
|
||||
/**
|
||||
* Resolve the qualified icon image path for the specified filename
|
||||
|
Reference in New Issue
Block a user