org.owasp.webscarab.plugin.manualrequest
Class ManualRequestModel

java.lang.Object
  extended by org.owasp.webscarab.plugin.AbstractPluginModel
      extended by org.owasp.webscarab.plugin.manualrequest.ManualRequestModel

public class ManualRequestModel
extends AbstractPluginModel

Author:
rogan

Field Summary
 
Fields inherited from class org.owasp.webscarab.plugin.AbstractPluginModel
_changeSupport, _rwl, PROPERTY_BUSY, PROPERTY_MODIFIED, PROPERTY_RUNNING, PROPERTY_STATUS, PROPERTY_STOPPING
 
Constructor Summary
ManualRequestModel(FrameworkModel model)
          Creates a new instance of ManualRequestModel
 
Method Summary
 void addCookie(Cookie cookie)
           
 ConversationModel getConversationModel()
           
 Cookie[] getCookiesForUrl(HttpUrl url)
           
 
Methods inherited from class org.owasp.webscarab.plugin.AbstractPluginModel
addPropertyChangeListener, addPropertyChangeListener, getStatus, isBusy, isModified, isRunning, isStopping, removePropertyChangeListener, removePropertyChangeListener, setBusy, setModified, setRunning, setStatus, setStopping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManualRequestModel

public ManualRequestModel(FrameworkModel model)
Creates a new instance of ManualRequestModel

Method Detail

getConversationModel

public ConversationModel getConversationModel()

getCookiesForUrl

public Cookie[] getCookiesForUrl(HttpUrl url)

addCookie

public void addCookie(Cookie cookie)