org.owasp.webscarab.plugin.proxy
Class RevealHidden

java.lang.Object
  extended by org.owasp.webscarab.plugin.proxy.ProxyPlugin
      extended by org.owasp.webscarab.plugin.proxy.RevealHidden

public class RevealHidden
extends ProxyPlugin

Author:
rdawes

Constructor Summary
RevealHidden()
          Creates a new instance of RevealHidden
 
Method Summary
 boolean getEnabled()
           
 java.lang.String getPluginName()
          The plugin name
 HTTPClient getProxyPlugin(HTTPClient in)
           
 void parseProperties()
           
 void setEnabled(boolean bool)
           
 
Methods inherited from class org.owasp.webscarab.plugin.proxy.ProxyPlugin
flush, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevealHidden

public RevealHidden()
Creates a new instance of RevealHidden

Method Detail

parseProperties

public void parseProperties()

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()

getProxyPlugin

public HTTPClient getProxyPlugin(HTTPClient in)
Specified by:
getProxyPlugin in class ProxyPlugin