net.sourceforge.wurfl.core.operation
Class CustomRecoveryOp
java.lang.Object
net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
net.sourceforge.wurfl.lang.oneparam.OneParamOp<WURFLRequest,String>
net.sourceforge.wurfl.core.operation.CustomRecoveryOp
- Direct Known Subclasses:
- AndroidRecovery, DefaultCustomRecoveryOp, LguPlusRecovery, OperaMiniRecovery, OperaRecovery, WinMoRecovery
public abstract class CustomRecoveryOp
- extends OneParamOp<WURFLRequest,String>
Base class for custom recovery operation, based on pattern inspection and recovery Map.
Date: 02/07/11
- Since:
- 1.3.5
- Version:
- $Id$
| Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp |
logger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
protected Pattern pattern
recoveryMap
protected LinkedHashMap<String,Object> recoveryMap
CustomRecoveryOp
public CustomRecoveryOp()
setPattern
public void setPattern(Pattern pattern)
setRecoveryMap
public void setRecoveryMap(LinkedHashMap<String,Object> recoveryMap)
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.