Uses of Class
com.opensymphony.xwork2.config.entities.UnknownHandlerConfig

Packages that use UnknownHandlerConfig
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
 

Uses of UnknownHandlerConfig in com.opensymphony.xwork2.config
 

Methods in com.opensymphony.xwork2.config that return types with arguments of type UnknownHandlerConfig
 List<UnknownHandlerConfig> Configuration.getUnknownHandlerStack()
           
 

Method parameters in com.opensymphony.xwork2.config with type arguments of type UnknownHandlerConfig
 void Configuration.setUnknownHandlerStack(List<UnknownHandlerConfig> unknownHandlerStack)
           
 

Uses of UnknownHandlerConfig in com.opensymphony.xwork2.config.impl
 

Fields in com.opensymphony.xwork2.config.impl with type parameters of type UnknownHandlerConfig
protected  List<UnknownHandlerConfig> MockConfiguration.unknownHandlerStack
           
protected  List<UnknownHandlerConfig> DefaultConfiguration.unknownHandlerStack
           
 

Methods in com.opensymphony.xwork2.config.impl that return types with arguments of type UnknownHandlerConfig
 List<UnknownHandlerConfig> MockConfiguration.getUnknownHandlerStack()
           
 List<UnknownHandlerConfig> DefaultConfiguration.getUnknownHandlerStack()
           
 

Method parameters in com.opensymphony.xwork2.config.impl with type arguments of type UnknownHandlerConfig
 void MockConfiguration.setUnknownHandlerStack(List<UnknownHandlerConfig> unknownHandlerStack)
           
 void DefaultConfiguration.setUnknownHandlerStack(List<UnknownHandlerConfig> unknownHandlerStack)
           
 



Copyright © 2009 OpenSymphony. All Rights Reserved.