se.kmr.scam.client.repository
Class ContentFactory

java.lang.Object
  extended byse.kmr.scam.client.repository.ContentFactory
Direct Known Subclasses:
ContentFactoryImpl

public abstract class ContentFactory
extends Object


Constructor Summary
ContentFactory()
           
 
Method Summary
 ContentI create()
          Deprecated. use create(HttpServletRequest)
abstract  ContentI create(HttpServletRequest request)
           
static ContentFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFactory

public ContentFactory()
Method Detail

create

public abstract ContentI create(HttpServletRequest request)
                         throws ArchiveException
Throws:
ArchiveException

create

public ContentI create()
                throws ArchiveException
Deprecated. use create(HttpServletRequest)

Throws:
ArchiveException

getInstance

public static ContentFactory getInstance()
                                  throws HttpException
Throws:
HttpException


Copyright © 2003 SCAM. All Rights Reserved.