public class RSSProductTransferServlet
extends javax.servlet.http.HttpServlet
A Servlet that supports the RSS 2.0 specification for delivering Product Transfer Feeds.
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT_BOILER_PLATE |
static SimpleDateFormat |
dateFormatter |
static String |
RSS_FORMAT_STR |
Constructor and Description |
---|
RSSProductTransferServlet()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doIt(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String COPYRIGHT_BOILER_PLATE
public static final String RSS_FORMAT_STR
public static final SimpleDateFormat dateFormatter
public RSSProductTransferServlet()
Default Constructor
.public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void doIt(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
Copyright © 1999–2017 Apache OODT. All rights reserved.