applications.proxy
Class RegistrationServlet

applications.webServer.MamServlet
  |
  +--applications.proxy.RegistrationServlet

public class RegistrationServlet
extends MamServlet

Description of the Class

Author:
igasp
created February 23, 2001

Field Summary
 protected final static RoutingTagANSWER_SERVLET_ROUTING_TAG
          Description of the Field
 (package private) static CategoryLog
           
 private Mapm_answerToValueMap
           

Method Summary
 protected MapgetAnswerToValueMap()
          Gets the AnswerToValueMap attribute of the AnswerServlet object
 protected doublegetAnswerValue(String answer)
          Gets the AnswerValue attribute of the AnswerServlet object
 protected MapgetModifiableAnswerToValueMap()
          Gets the ModifiableAnswerToValueMap attribute of the AnswerServlet object
 voidhandleRequest(MamServletRequest request, MamServletResponse response, WebServer webServer)
          Description of the Method
 voidinitialize(Element configurationElement)
          Description of the Method
 protected voidinitializeAnswerToValueMap()
          Description of the Method

Methods inherited from class applications.webServer.MamServlet
getMappedName, setMappedName

Field Detail

ANSWER_SERVLET_ROUTING_TAG

protected final static RoutingTag ANSWER_SERVLET_ROUTING_TAG
Description of the Field
Since:

Log

static Category Log

m_answerToValueMap

private Map m_answerToValueMap
Method Detail

getAnswerToValueMap

protected Map getAnswerToValueMap()
Gets the AnswerToValueMap attribute of the AnswerServlet object
Returns: The AnswerToValueMap value
Since:

getAnswerValue

protected double getAnswerValue(String answer)
Gets the AnswerValue attribute of the AnswerServlet object
Parameters:
answer - Description of Parameter
Returns: The AnswerValue value
Since:

getModifiableAnswerToValueMap

protected Map getModifiableAnswerToValueMap()
Gets the ModifiableAnswerToValueMap attribute of the AnswerServlet object
Returns: The ModifiableAnswerToValueMap value
Since:

handleRequest

public void handleRequest(MamServletRequest request, MamServletResponse response, WebServer webServer)
Description of the Method
Parameters:
request - Description of Parameter
response - Description of Parameter
webServer - Description of Parameter
Since:

initialize

public void initialize(Element configurationElement)
Description of the Method
Parameters:
configurationElement - Description of Parameter
Since:

initializeAnswerToValueMap

protected void initializeAnswerToValueMap()
Description of the Method
Since: