org.exoplatform.services.portletcontainer.test.servlets
Class PortalServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.exoplatform.services.portletcontainer.test.servlets.PortalServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PortalServlet
extends javax.servlet.http.HttpServlet

Created by The eXo Platform SAS .

Version:
$Id$
Author:
Roman Pedchenko
See Also:
Serialized Form

Constructor Summary
PortalServlet()
           
 
Method Summary
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Serves http request.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalServlet

public PortalServlet()
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Serves http request. Renders portal page.

Overrides:
service in class javax.servlet.http.HttpServlet
Parameters:
request - http request
response - http response
Throws:
java.io.IOException - declared by superclass
javax.servlet.ServletException - declared by superclass


Copyright © 2010 eXo Platform SAS. All Rights Reserved.