Package ubic.gemma.web.util.dwr
Class AbstractDwrReplyMatchers
- java.lang.Object
-
- ubic.gemma.web.util.dwr.AbstractDwrReplyParser
-
- ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
-
- Direct Known Subclasses:
DwrCallbackMatchers
,DwrExceptionMatchers
public abstract class AbstractDwrReplyMatchers extends AbstractDwrReplyParser
-
-
Field Summary
-
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDwrReplyMatchers(String callback, int batchId, int callId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultMatcher
doesNotExist()
ResultMatcher
exist()
-
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
-
-
-
Constructor Detail
-
AbstractDwrReplyMatchers
protected AbstractDwrReplyMatchers(String callback, int batchId, int callId)
-
-
Method Detail
-
exist
public ResultMatcher exist()
-
doesNotExist
public ResultMatcher doesNotExist()
-
-