com.day.cq.shindig.gadgets
Class ConcatProxyServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.shindig.common.servlet.InjectedServlet
org.apache.shindig.gadgets.servlet.ConcatProxyServlet
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
|
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 |
ConcatProxyServlet
public ConcatProxyServlet()
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.