public class AutoResponseEditorViewFactory extends AbstractSoapUIFactory<EditorView<?>> implements ResponseEditorViewFactory
| Constructor and Description |
|---|
AutoResponseEditorViewFactory(PluginResponseEditorView annotation,
Class<EditorView> editorViewClass) |
| Modifier and Type | Method and Description |
|---|---|
EditorView<?> |
createResponseEditorView(Editor<?> editor,
ModelItem modelItem) |
String |
getViewId() |
createByReflection, getFactoryTypepublic AutoResponseEditorViewFactory(PluginResponseEditorView annotation, Class<EditorView> editorViewClass)
public String getViewId()
getViewId in interface EditorViewFactorypublic EditorView<?> createResponseEditorView(Editor<?> editor, ModelItem modelItem)
createResponseEditorView in interface ResponseEditorViewFactoryCopyright © 2019. All Rights Reserved.