butler.web.filter
Class DummyFilterPanel

java.lang.Object
  extended by butler.web.filter.FilterPanel
      extended by butler.web.filter.DummyFilterPanel

public class DummyFilterPanel
extends FilterPanel

Author:
Fredrik Bertilsson

Constructor Summary
DummyFilterPanel()
           
 
Method Summary
 org.apache.ecs.Element buildHTML(javax.servlet.ServletRequest request)
           
 java.util.List getValues(javax.servlet.ServletRequest request)
           
 
Methods inherited from class butler.web.filter.FilterPanel
create, getFilter, getParamList, getParamMap, getValues0, register, setDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyFilterPanel

public DummyFilterPanel()
Method Detail

buildHTML

public org.apache.ecs.Element buildHTML(javax.servlet.ServletRequest request)
                                 throws java.lang.Exception
Specified by:
buildHTML in class FilterPanel
Throws:
java.lang.Exception

getValues

public java.util.List getValues(javax.servlet.ServletRequest request)
                         throws java.lang.Exception
Overrides:
getValues in class FilterPanel
Throws:
java.lang.Exception