Package ubic.gemma.web.util.dwr
Class AbstractDwrReplyParser
- java.lang.Object
-
- ubic.gemma.web.util.dwr.AbstractDwrReplyParser
-
- Direct Known Subclasses:
AbstractDwrReplyMatchers
,DwrCallbackHandler
,DwrExceptionHandler
public class AbstractDwrReplyParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Pattern
replyPattern
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDwrReplyParser(String callback, int batchId, int callId)
-
-
-
Field Detail
-
replyPattern
protected final Pattern replyPattern
-
-
Constructor Detail
-
AbstractDwrReplyParser
protected AbstractDwrReplyParser(String callback, int batchId, int callId)
-
-
Method Detail
-
getReply
protected String getReply(MvcResult result) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-