Package kilim.support
Class JettyHandler.Java7Handler
- java.lang.Object
-
- kilim.support.JettyHandler.Java7Handler
-
- All Implemented Interfaces:
JettyHandler.Iface
- Enclosing class:
- JettyHandler
public abstract static class JettyHandler.Java7Handler extends java.lang.Object implements JettyHandler.Iface
java 7 doesn't support default interface methods so we need a dummy impl of the woven handler this needs to be in a superclass, otherwise kilim will refuse to weave the real handle method
-
-
Constructor Summary
Constructors Constructor Description Java7Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringhandle(java.lang.String arg0, org.eclipse.jetty.server.Request arg1, javax.servlet.http.HttpServletRequest arg2, javax.servlet.http.HttpServletResponse arg3, Fiber arg4)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface kilim.support.JettyHandler.Iface
handle
-
-