class: PubManServiceDocumentServlet

public class: PubManServiceDocumentServlet
Author: Friederike Kleinfercher
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:29; Modified: 16.07.2009 15:33:29;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {51A408BD-720C-4342-AFB5-EAC1C852AAB9}
The servlet to provide a servicedocument for Pubman.
 

Goto: Custom Properties, Fields, Methods

See also: PubManSwordServer

Appears in: sword

Connections
 
Custom Properties
 
PubManServiceDocumentServlet Attributes
Attribute Details
private AccountUserVO
  currentUser
private Logger
  log
Initial: Logger.getLogger(PubManServiceDocumentServlet.class)
private static const long
  serialVersionUID
Initial: 1L
private PubManSwordServer
  swordServer
Initial: new PubManSwordServer()
 
PubManServiceDocumentServlet Methods
Operation Details
protected
doGet(
   HttpServletRequest request,
   HttpServletResponse response):void
Sequential
Tags: throws=ServletException,IOException
Notes: Process the GET request.
@param HttpServletRequest
@param HttpServletResponse
protected
doPost(
   HttpServletRequest request,
   HttpServletResponse response):void
Sequential
Tags: throws=ServletException,IOException
Notes: Process the POST request. This will return an unimplemented response.
private
getUsernamePassword(
   HttpServletRequest request):String
Sequential
Notes: Utiliy method to return the username and password (separated by a colon ':')
@return The username and password combination
public
init():void
Sequential
Notes: Initialise the servlet.