fr.cnes.sitools.plugins.filters.business
Class FilterFactory

java.lang.Object
  extended by fr.cnes.sitools.plugins.filters.business.FilterFactory

public final class FilterFactory
extends java.lang.Object

FilterFactory

Author:
jp.boignard (AKKA Technologies)

Method Summary
static org.restlet.routing.Filter getInstance(org.restlet.Context context, java.lang.String filterId, FilterModel model)
          getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static org.restlet.routing.Filter getInstance(org.restlet.Context context,
                                                     java.lang.String filterId,
                                                     FilterModel model)
                                              throws SitoolsException
getInstance

Parameters:
context - the context
filterId - the filterId
model - the model
Returns:
the instanciate Filter
Throws:
SitoolsException - if there is an error during the instantiation of the Filter


Copyright © 2010-2013 CNES. All Rights Reserved.