org.owasp.webscarab.plugin.proxy
Class BeanShell
java.lang.Object
org.owasp.webscarab.plugin.proxy.ProxyPlugin
org.owasp.webscarab.plugin.proxy.BeanShell
public class BeanShell
- extends ProxyPlugin
- Author:
- rdawes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanShell
public BeanShell(Framework framework)
- Creates a new instance of ManualEdit
setUI
public void setUI(BeanShellUI ui)
getPluginName
public java.lang.String getPluginName()
- Description copied from class:
ProxyPlugin
- The plugin name
- Specified by:
getPluginName
in class ProxyPlugin
- Returns:
- The name of the plugin
setEnabled
public void setEnabled(boolean bool)
getEnabled
public boolean getEnabled()
setScriptFile
public void setScriptFile(java.lang.String filename)
throws bsh.EvalError
- Throws:
bsh.EvalError
getScriptFile
public java.lang.String getScriptFile()
setScript
public void setScript(java.lang.String script)
throws bsh.EvalError
- Throws:
bsh.EvalError
getScript
public java.lang.String getScript()
getProxyPlugin
public HTTPClient getProxyPlugin(HTTPClient in)
- Specified by:
getProxyPlugin
in class ProxyPlugin