org.apache.jetspeed.util
Class JetspeedNullFilter

java.lang.Object
  extended byorg.apache.jetspeed.util.JetspeedNullFilter
All Implemented Interfaces:
org.apache.ecs.Filter, java.io.Serializable

public class JetspeedNullFilter
extends java.lang.Object
implements org.apache.ecs.Filter, java.io.Serializable

A filter for ECS that doesn't do anything.

See Also:
Serialized Form

Constructor Summary
JetspeedNullFilter()
           
 
Method Summary
 org.apache.ecs.Filter addAttribute(java.lang.String name, java.lang.Object attribute)
           
 java.lang.String getInfo()
           
 boolean hasAttribute(java.lang.String name)
           
 java.lang.String process(java.lang.String to_process)
           
 org.apache.ecs.Filter removeAttribute(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedNullFilter

public JetspeedNullFilter()
Method Detail

addAttribute

public org.apache.ecs.Filter addAttribute(java.lang.String name,
                                          java.lang.Object attribute)
Specified by:
addAttribute in interface org.apache.ecs.Filter

removeAttribute

public org.apache.ecs.Filter removeAttribute(java.lang.String name)
Specified by:
removeAttribute in interface org.apache.ecs.Filter

hasAttribute

public boolean hasAttribute(java.lang.String name)
Specified by:
hasAttribute in interface org.apache.ecs.Filter

process

public java.lang.String process(java.lang.String to_process)
Specified by:
process in interface org.apache.ecs.Filter

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface org.apache.ecs.Filter


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.