Web Scripts:

- add URL for generating reference docs for HTTP APIs
- allow guest to issue opensearch

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5373 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-03-09 16:07:00 +00:00
parent 7d1810db7b
commit cbe897337c
13 changed files with 237 additions and 29 deletions

View File

@@ -24,6 +24,9 @@
*/
package org.alfresco.web.scripts;
import java.io.IOException;
import java.io.InputStream;
/**
* Web Script Description
@@ -53,6 +56,21 @@ public interface WebScriptDescription
}
/**
* Gets the source document of this web script
*
* @return source document
*/
public InputStream getSourceDocument()
throws IOException;
/**
* Gets the store this web script is located in
*
* @return path to store
*/
public String getSourceStore();
/**
* Gets the source document location of this service description
*