com.day.cq.shindig.gadgets
Class ConcatProxyServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.shindig.common.servlet.InjectedServlet
              extended by org.apache.shindig.gadgets.servlet.ConcatProxyServlet
                  extended by com.day.cq.shindig.gadgets.ConcatProxyServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ConcatProxyServlet
extends org.apache.shindig.gadgets.servlet.ConcatProxyServlet

ConcatProxyServlet is a sling/osgi-scr wrapper for the ConcatProxyServlet from Shindig.

See Also:
Serialized Form

Constructor Summary
ConcatProxyServlet()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
setProxyHandler
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatProxyServlet

public ConcatProxyServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class org.apache.shindig.common.servlet.InjectedServlet
Throws:
javax.servlet.ServletException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
                     javax.servlet.http.HttpServletResponse httpServletResponse)
              throws IOException
Overrides:
doGet in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
Throws:
IOException


Copyright © 2008 Day Management AG. All Rights Reserved.