Uses of Interface
kilim.support.JettyHandler.Iface
-
Packages that use JettyHandler.Iface Package Description kilim.support -
-
Uses of JettyHandler.Iface in kilim.support
Classes in kilim.support that implement JettyHandler.Iface Modifier and Type Class Description static classJettyHandler.Java7Handlerjava 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 methodFields in kilim.support declared as JettyHandler.Iface Modifier and Type Field Description (package private) JettyHandler.IfaceJettyHandler. handlerConstructors in kilim.support with parameters of type JettyHandler.Iface Constructor Description JettyHandler(JettyHandler.Iface handler)
-