org.rometools.propono.atom.server.impl
Class FileBasedAtomHandlerFactory

java.lang.Object
  extended by org.rometools.propono.atom.server.AtomHandlerFactory
      extended by org.rometools.propono.atom.server.impl.FileBasedAtomHandlerFactory

public class FileBasedAtomHandlerFactory
extends AtomHandlerFactory

Extends com.sun.syndication.propono.atom.server.AtomHandlerFactory to create and return com.sun.syndication.propono.atom.server.impl.FileBasedAtomHandler.


Constructor Summary
FileBasedAtomHandlerFactory()
           
 
Method Summary
 AtomHandler newAtomHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Create new AtomHandler.
 
Methods inherited from class org.rometools.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(javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res)
Create new AtomHandler.

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


Copyright © 2007-2013 ROME Project. All Rights Reserved.