se.kmr.scam.client.http.repository
Class MetaSearchFactory

java.lang.Object
  extended byse.kmr.scam.client.http.repository.MetaSearchFactory

Deprecated. This class is deprecated, use SearchFactory.getInstance()

public class MetaSearchFactory
extends Object

A factory for creating factories of implementing the interface SearchFactories. The implementing class is defined in web.xml.

Version:
$Revision: 1.6 $
Author:
Jöran
Created:
den 27 augusti 2002

Constructor Summary
MetaSearchFactory()
          Deprecated.  
 
Method Summary
static SearchFactory create(HttpServletRequest request)
          Deprecated. This class is deprecated, use SearchFactory.getInstance()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaSearchFactory

public MetaSearchFactory()
Deprecated. 
Method Detail

create

public static SearchFactory create(HttpServletRequest request)
                            throws HttpException
Deprecated. This class is deprecated, use SearchFactory.getInstance()

Instanciates the defined implementation.

Parameters:
request - Use this object to get the class name of the implementing class
Returns:
An object of the defined class.
Throws:
HttpException - thrown in case of exception when instanciating the SearchFactory


Copyright © 2003 SCAM. All Rights Reserved.