org.jasig.portal.tools
Class ChannelServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jasig.portal.tools.ChannelServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ChannelServlet
extends HttpServlet

A servlet that allows one to render an IChannel outside of the portal.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko
See Also:
Serialized Form

Nested Class Summary
protected  class ChannelServlet.Worker
           
 
Field Summary
static String detachBaseStart
           
 
Constructor Summary
ChannelServlet()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse res)
           
 void doPost(HttpServletRequest req, HttpServletResponse res)
           
protected  IPerson getPerson(HttpServletRequest req)
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detachBaseStart

public static String detachBaseStart
Constructor Detail

ChannelServlet

public ChannelServlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws ServletException,
                   IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws ServletException,
                  IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

getPerson

protected IPerson getPerson(HttpServletRequest req)


Copyright © 2010 Jasig. All Rights Reserved.