org.jasig.portal.tools
Class ChannelServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
detachBaseStart
public static String detachBaseStart
ChannelServlet
public ChannelServlet()
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.