no.sesat.search.http.filters
Class DataModelFilter

java.lang.Object
  extended by no.sesat.search.http.filters.DataModelFilter
All Implemented Interfaces:
Filter

public final class DataModelFilter
extends Object
implements Filter

Ensures that a session is created, and that a new DataModel, with Site and Browser dataObjects, exists within it.

Version:
$Id: DataModelFilter.java 7225 2009-04-09 00:32:20Z ssmiweve $

Constructor Summary
DataModelFilter()
          Creates a new instance of DataModelFilter
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataModelFilter

public DataModelFilter()
Creates a new instance of DataModelFilter

Method Detail

init

public void init(FilterConfig config)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.