public class HttpResponseSenderWorkSourceExtension extends AbstractSocketWorkSourceExtension<Work,HttpResponseSenderWorkSource>
EXTENSION_ID
EXTENSION_ID
Constructor and Description |
---|
HttpResponseSenderWorkSourceExtension()
Initiate.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
WorkSourceExtensionContext context)
Loads the input page with the necessary
Control instances to
populate the PropertyList . |
String |
getTaskDocumentation(TaskDocumentationContext context)
|
getClasspathProvisions, getSuggestedWorkName, getWorkSourceClass, getWorkSourceLabel
public HttpResponseSenderWorkSourceExtension()
public void createControl(org.eclipse.swt.widgets.Composite page, WorkSourceExtensionContext context)
WorkSourceExtension
Control
instances to
populate the PropertyList
. Also allows notifying of changes to
Property
instances via the WorkSourceExtensionContext
.page
- Page to be setup for populating the PropertyList
.context
- WorkSourceExtensionContext
.public String getTaskDocumentation(TaskDocumentationContext context) throws Throwable
WorkSourceExtension
context
- TaskDocumentationContext
.Task
.Throwable
- If fails to obtain documentation about the Task
.Copyright © 2005–2016. All rights reserved.