public class RestResponseRepresentationsInspector extends AbstractRestRepresentationsInspector implements SubmitListener
| Modifier and Type | Field and Description | 
|---|---|
| static String | RECORD_RESPONSE_REPRESENTATIONS | 
logDESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY| Modifier | Constructor and Description | 
|---|---|
| protected  | RestResponseRepresentationsInspector(RestRequestInterface request) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addToToolbar(JXToolBar toolbar) | 
| void | afterSubmit(Submit submit,
           SubmitContext context)Called after submittal of a request | 
| boolean | beforeSubmit(Submit submit,
            SubmitContext context)Called before submittal of a request | 
| protected void | extractRepresentation(HttpResponse response,
                     RestRepresentation.Type type) | 
| void | release() | 
buildUI, getComponent, getMethod, isEnabledFor, propertyChangeactivate, addPropertyChangeListener, deactivate, getDescription, getEditor, getIcon, getInspectorId, getTitle, init, isActive, isContentHandler, isEnabled, locationChanged, removePropertyChangeListener, setDescription, setEnabled, setIcon, setTitle, showInPanelpublic static final String RECORD_RESPONSE_REPRESENTATIONS
protected RestResponseRepresentationsInspector(RestRequestInterface request)
protected void addToToolbar(JXToolBar toolbar)
addToToolbar in class AbstractRestRepresentationsInspectorpublic boolean beforeSubmit(Submit submit, SubmitContext context)
SubmitListenerbeforeSubmit in interface SubmitListenerbeforeSubmit in class AbstractRestRepresentationsInspectorsubmit - the submit being submittedpublic void afterSubmit(Submit submit, SubmitContext context)
SubmitListenerafterSubmit in interface SubmitListenersubmit - the submit.protected void extractRepresentation(HttpResponse response, RestRepresentation.Type type)
public void release()
release in interface Inspectorrelease in class AbstractRestRepresentationsInspectorCopyright © 2019. All Rights Reserved.