portal.core.servlet
Class RenderPortal

java.lang.Object
  extended byHttpServlet
      extended byportal.core.servlet.BasePortalServlet
          extended byportal.core.servlet.RenderPortal

public class RenderPortal
extends BasePortalServlet

See Also:
Serialized Form

Constructor Summary
RenderPortal()
           
 
Method Summary
 void process(IHttpProcessContext processContext)
           
 
Methods inherited from class portal.core.servlet.BasePortalServlet
doGet, doPost, doProcess, redirectToRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderPortal

public RenderPortal()
Method Detail

process

public void process(IHttpProcessContext processContext)
             throws ServletException
Specified by:
process in class BasePortalServlet
Throws:
ServletException