Uses of Class
com.opensymphony.xwork2.config.entities.UnknownHandlerConfig
Packages that use UnknownHandlerConfig
Package
Description
Configuration core classes.
Configuration implementation classes.
-
Uses of UnknownHandlerConfig in com.opensymphony.xwork2.config
Methods in com.opensymphony.xwork2.config that return types with arguments of type UnknownHandlerConfigMethod parameters in com.opensymphony.xwork2.config with type arguments of type UnknownHandlerConfigModifier and TypeMethodDescriptionvoid
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 UnknownHandlerConfigModifier and TypeFieldDescriptionprotected List<UnknownHandlerConfig>
DefaultConfiguration.unknownHandlerStack
protected List<UnknownHandlerConfig>
MockConfiguration.unknownHandlerStack
Methods in com.opensymphony.xwork2.config.impl that return types with arguments of type UnknownHandlerConfigModifier and TypeMethodDescriptionDefaultConfiguration.getUnknownHandlerStack()
MockConfiguration.getUnknownHandlerStack()
Method parameters in com.opensymphony.xwork2.config.impl with type arguments of type UnknownHandlerConfigModifier and TypeMethodDescriptionvoid
DefaultConfiguration.setUnknownHandlerStack
(List<UnknownHandlerConfig> unknownHandlerStack) void
MockConfiguration.setUnknownHandlerStack
(List<UnknownHandlerConfig> unknownHandlerStack)