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, getFactoryType
public AutoResponseEditorViewFactory(PluginResponseEditorView annotation, Class<EditorView> editorViewClass)
public String getViewId()
getViewId
in interface EditorViewFactory
public EditorView<?> createResponseEditorView(Editor<?> editor, ModelItem modelItem)
createResponseEditorView
in interface ResponseEditorViewFactory
Copyright © 2019. All Rights Reserved.