org.barracudamvc.contrib.dbroggisch.display.filters
Class DateFilter

java.lang.Object
  extended byorg.barracudamvc.contrib.dbroggisch.display.filters.DateFilter
All Implemented Interfaces:
Filter

public class DateFilter
extends Object
implements Filter


Constructor Summary
DateFilter()
           
DateFilter(String formatString)
           
DateFilter(String formatString, Locale loc)
           
 
Method Summary
 Filter configure(Object obj)
          Configure the the Filter with the XML Chunk.
 Object filter(Object obj, FilterContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFilter

public DateFilter(String formatString,
                  Locale loc)

DateFilter

public DateFilter(String formatString)

DateFilter

public DateFilter()
Method Detail

filter

public Object filter(Object obj,
                     FilterContext context)
              throws FilterException
Specified by:
filter in interface Filter
Parameters:
obj - The object to be filtered.
Returns:
the filtered object.
Throws:
FilterException

configure

public Filter configure(Object obj)
                 throws FilterException
Description copied from interface: Filter
Configure the the Filter with the XML Chunk.

Specified by:
configure in interface Filter
Parameters:
obj - The XML object created by ZEUS
Returns:
The configured Filter - that can be different!
Throws:
FilterException


Copyright © 2004 BarracudaMVC.org All Rights Reserved.