public interface WebScript
| Modifier and Type | Method and Description |
|---|---|
void |
execute(WebScriptRequest req,
WebScriptResponse res)
Execute the Service
|
Description |
getDescription()
Gets the Service Description
|
ResourceBundle |
getResources()
Gets the Service Resources
|
void |
init(Container container,
Description description)
Initialise a WebScript
|
void |
setURLModelFactory(URLModelFactory urlModelFactory) |
void init(Container container, Description description)
container - Parent containerdescription - Description of the WebScript provided by the registryDescription getDescription()
ResourceBundle getResources()
void execute(WebScriptRequest req, WebScriptResponse res) throws IOException
req - WebScriptRequest representing the request to this serviceres - WebScriptResponse encapsulating the result of this serviceIOExceptionvoid setURLModelFactory(URLModelFactory urlModelFactory)
Copyright © 2005–2021 Alfresco Software. All rights reserved.