|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.plugin.AbstractPluginModel
org.owasp.webscarab.plugin.manualrequest.ManualRequestModel
public class ManualRequestModel
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 |
---|
public ManualRequestModel(FrameworkModel model)
Method Detail |
---|
public ConversationModel getConversationModel()
public Cookie[] getCookiesForUrl(HttpUrl url)
public void addCookie(Cookie cookie)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |