com.mymed.controller.core.requesthandler
Class ReputationRequestHandler

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.mymed.controller.core.requesthandler.AbstractRequestHandler
              extended by com.mymed.controller.core.requesthandler.ReputationRequestHandler
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

@WebServlet(value="/ReputationRequestHandler")
public class ReputationRequestHandler
extends AbstractRequestHandler

Servlet implementation class ReputationRequestHandler

See Also:
Serialized Form

Constructor Summary
ReputationRequestHandler()
           
 
Method Summary
 
Methods inherited from class com.mymed.controller.core.requesthandler.AbstractRequestHandler
getGson, getResponseText, setGson
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReputationRequestHandler

public ReputationRequestHandler()
                         throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException
See Also:
HttpServlet.HttpServlet()