com.sun.syndication.propono.atom.server.impl
Class FileBasedAtomHandlerFactory

java.lang.Object
  extended by com.sun.syndication.propono.atom.server.AtomHandlerFactory
      extended by com.sun.syndication.propono.atom.server.impl.FileBasedAtomHandlerFactory

public class FileBasedAtomHandlerFactory
extends AtomHandlerFactory

Extends AtomHandlerFactory to create and return FileBasedAtomHandler.


Constructor Summary
FileBasedAtomHandlerFactory()
           
 
Method Summary
 AtomHandler newAtomHandler(HttpServletRequest req)
          Create new AtomHandler.
 
Methods inherited from class com.sun.syndication.propono.atom.server.AtomHandlerFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBasedAtomHandlerFactory

public FileBasedAtomHandlerFactory()
Method Detail

newAtomHandler

public AtomHandler newAtomHandler(HttpServletRequest req)
Create new AtomHandler.

Specified by:
newAtomHandler in class AtomHandlerFactory
Returns:
A new instance of a AtomHandler.