Uses of Interface
org.rometools.propono.atom.server.AtomHandler

Packages that use AtomHandler
org.rometools.propono.atom.server   
org.rometools.propono.atom.server.impl   
 

Uses of AtomHandler in org.rometools.propono.atom.server
 

Methods in org.rometools.propono.atom.server that return AtomHandler
abstract  AtomHandler AtomHandlerFactory.newAtomHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Creates a new instance of a com.sun.syndication.propono.atom.server.AtomHandler using the currently configured parameters.
 

Uses of AtomHandler in org.rometools.propono.atom.server.impl
 

Classes in org.rometools.propono.atom.server.impl that implement AtomHandler
 class FileBasedAtomHandler
          File-based com.sun.syndication.propono.atom.server.AtomHandler implementation that stores entries and media-entries to disk.
 

Methods in org.rometools.propono.atom.server.impl that return AtomHandler
 AtomHandler FileBasedAtomHandlerFactory.newAtomHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Create new AtomHandler.
 



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