Uses of Interface
org.zkoss.zats.mimic.impl.LayoutResponseHandler
-
Packages that use LayoutResponseHandler Package Description org.zkoss.zats.mimic.impl org.zkoss.zats.mimic.impl.response -
-
Uses of LayoutResponseHandler in org.zkoss.zats.mimic.impl
Methods in org.zkoss.zats.mimic.impl that return types with arguments of type LayoutResponseHandler Modifier and Type Method Description List<LayoutResponseHandler>ResponseHandlerManager. getLayoutResponseHandlers()Methods in org.zkoss.zats.mimic.impl with parameters of type LayoutResponseHandler Modifier and Type Method Description voidResponseHandlerManager. registerHandler(String startVersion, String endVersion, String key, LayoutResponseHandler handler) -
Uses of LayoutResponseHandler in org.zkoss.zats.mimic.impl.response
Classes in org.zkoss.zats.mimic.impl.response that implement LayoutResponseHandler Modifier and Type Class Description classAuLogHandlerThe response handler for AuLog event.classDownloadHandlerThe response handler for download event.classEchoEventHandlerThe response handler for echo event.
-