se.kmr.scam.client.http.repository
Class MetaManifestFactory
java.lang.Object
se.kmr.scam.client.http.repository.MetaManifestFactory
Deprecated. This class is deprecated, use ManifestFactory.getInstance()
- public class MetaManifestFactory
- extends Object
A factory for creating ManifestFactory objects.
The class name of the implementing class is defined in web.xml.
- Version:
- $Revision: 1.6 $
- Author:
- Jöran
- Created:
- den 27 augusti 2002
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaManifestFactory
public MetaManifestFactory()
- Deprecated.
create
public static ManifestFactory create(HttpServletRequest request)
throws HttpException
- Deprecated. This class is deprecated, use ManifestFactory.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 while instanciating the object.
Copyright © 2003 SCAM. All Rights Reserved.