com.sun.syndication.propono.atom.server.impl
Class FileBasedAtomHandlerFactory
java.lang.Object
com.sun.syndication.propono.atom.server.AtomHandlerFactory
com.sun.syndication.propono.atom.server.impl.FileBasedAtomHandlerFactory
public class FileBasedAtomHandlerFactory
- extends AtomHandlerFactory
Extends AtomHandlerFactory
to create and return
FileBasedAtomHandler
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBasedAtomHandlerFactory
public FileBasedAtomHandlerFactory()
newAtomHandler
public AtomHandler newAtomHandler(HttpServletRequest req,
HttpServletResponse res)
- Create new AtomHandler.
- Specified by:
newAtomHandler
in class AtomHandlerFactory
- Returns:
- A new instance of a AtomHandler.