mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- AVM Web Script Sample (browse stores, folders, content)
- Fix Web Script issue where urls contained ; (due to tomcat) - Allow AVMScriptStore to be passed through script converters (add serializable) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6071 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,7 +43,7 @@ import org.mozilla.javascript.Scriptable;
|
||||
/**
|
||||
* @author Kevin Roast
|
||||
*/
|
||||
public class AVMScriptStore
|
||||
public class AVMScriptStore implements Serializable
|
||||
{
|
||||
private ServiceRegistry services;
|
||||
private AVMStoreDescriptor descriptor;
|
||||
|
Reference in New Issue
Block a user