Uses of Class
net.sourceforge.wurfl.core.operation.strategy.Strategy.Type

Packages that use Strategy.Type
net.sourceforge.wurfl.core.matchers   
net.sourceforge.wurfl.core.operation.strategy   
 

Uses of Strategy.Type in net.sourceforge.wurfl.core.matchers
 

Methods in net.sourceforge.wurfl.core.matchers with parameters of type Strategy.Type
 void DynamicMatcher.setStrategyType(Strategy.Type strategyType)
          Deprecated.  
 

Constructors in net.sourceforge.wurfl.core.matchers with parameters of type Strategy.Type
DynamicBotMatcher(UserAgentNormalizer normalizer, Condition<String> matchCondition, StringOp customUserAgentMatchOp, Strategy.Type strategyType, IntOp toleranceOp, OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)
           
DynamicDesktopMatcher(UserAgentNormalizer normalizer, Condition<String> matchCondition, StringOp customUserAgentMatchOp, Strategy.Type strategyType, IntOp toleranceOp, OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)
           
DynamicMatcher(UserAgentNormalizer normalizer, Condition<String> matchCondition, StringOp customUserAgentMatchOp, Strategy.Type strategyType, IntOp toleranceOp, OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)
          Deprecated.  
DynamicMobileMatcher(UserAgentNormalizer normalizer, Condition<String> matchCondition, StringOp customUserAgentMatchOp, Strategy.Type strategyType, IntOp toleranceOp, OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)
           
DynamicUndefinedMatcher(UserAgentNormalizer normalizer, Condition<String> matchCondition, StringOp customUserAgentMatchOp, Strategy.Type strategyType, IntOp toleranceOp, OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)
           
 

Uses of Strategy.Type in net.sourceforge.wurfl.core.operation.strategy
 

Methods in net.sourceforge.wurfl.core.operation.strategy that return Strategy.Type
 Strategy.Type Strategy.getType()
           
static Strategy.Type Strategy.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Strategy.Type[] Strategy.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.wurfl.core.operation.strategy with parameters of type Strategy.Type
static Strategy Strategy.get(Strategy.Type type, Set<String> candidates, int tolerance)
           
static Strategy Strategy.get(Strategy.Type type, Set<String> candidates, IntOp tolerance)
           
 



Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.