net.sourceforge.wurfl.core.operation
Class CustomRecoveryOp

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
      extended by net.sourceforge.wurfl.lang.oneparam.OneParamOp<WURFLRequest,String>
          extended by 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$

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
OneParamOp.Type
 
Field Summary
protected  Pattern pattern
           
protected  LinkedHashMap<String,Object> recoveryMap
           
 
Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp
logger
 
Constructor Summary
CustomRecoveryOp()
           
 
Method Summary
 void setPattern(Pattern pattern)
           
 void setRecoveryMap(LinkedHashMap<String,Object> recoveryMap)
           
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

protected Pattern pattern

recoveryMap

protected LinkedHashMap<String,Object> recoveryMap
Constructor Detail

CustomRecoveryOp

public CustomRecoveryOp()
Method Detail

setPattern

public void setPattern(Pattern pattern)

setRecoveryMap

public void setRecoveryMap(LinkedHashMap<String,Object> recoveryMap)


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.