class: RestServlet

public class: RestServlet
Author: Vlad Makarenko (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:29; Modified: 16.07.2009 15:20:29;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A60D4065-9030-4d09-A7C5-A7E67B493B89}
The servlet takes URL, calls eSciDoc syndication manager and returns generated RSS/ATOM feed to the client.
 

Goto: Custom Properties, Fields, Methods

See also: Syndication

Appears in: presentation

Connections
 
Custom Properties
 
RestServlet Attributes
Attribute Details
private static const Logger
  logger
Initial: Logger.getLogger(RestServlet.class)
Notes: Logging instance.
private static const long
  serialVersionUID
Initial: 1L
Notes: Serial identifier.
package Syndication
  synd
Notes: Syndication Manager Instance
 
RestServlet Methods
Operation Details
protected const
doGet(
   HttpServletRequest req,
   HttpServletResponse resp):void
Sequential
Tags: annotations=@Override
throws=ServletException,IOException
Notes: {@inheritDoc}
protected const
doPost(
   HttpServletRequest req,
   HttpServletResponse resp):void
Sequential
Tags: annotations=@Override
throws=ServletException,IOException
Notes: {@inheritDoc}
private
handleException(
   Exception e,
   HttpServletResponse resp):void
Sequential
Tags: throws=IOException
Notes: Take care on an incoming exception.
public
RestServlet():
Sequential
Tags: throws=IOException,SyndicationException