Package ubic.gemma.web.util.dwr
Class DwrCallbackHandler<T>
java.lang.Object
ubic.gemma.web.util.dwr.AbstractDwrReplyParser
ubic.gemma.web.util.dwr.DwrCallbackHandler<T>
- All Implemented Interfaces:
org.springframework.test.web.servlet.ResultHandler
public class DwrCallbackHandler<T>
extends AbstractDwrReplyParser
implements org.springframework.test.web.servlet.ResultHandler
-
Field Summary
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDwrCallbackHandler(int batchId, int callId, Consumer<T> doWithReply) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.springframework.test.web.servlet.MvcResult result) Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
Constructor Details
-
DwrCallbackHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceorg.springframework.test.web.servlet.ResultHandler- Throws:
Exception
-