ACE-2379 - 'Edit online' action is not working

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78925 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Stefan Kopf
2014-08-04 19:36:26 +00:00
parent dd85fdbc3b
commit 6e745c53ec
3 changed files with 12 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ package org.alfresco.repo.jscript.app;
import java.io.Serializable;
import org.springframework.extensions.webscripts.DefaultURLModel;
/**
* Interface for custom properties used by SlingshotDocLibCustomResponse
*
@@ -30,6 +32,8 @@ public interface CustomResponse
{
/**
* Populates the DocLib webscript response with custom metadata
*
* @param url the URL that initiated the webscript request
*/
Serializable populate();
Serializable populate(DefaultURLModel url);
}