Uses of Interface
com.opensymphony.xwork2.FileManagerFactory

Packages that use FileManagerFactory
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.conversion.impl   
com.opensymphony.xwork2.util.fs   
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of FileManagerFactory in com.opensymphony.xwork2.config
 

Constructor parameters in com.opensymphony.xwork2.config with type arguments of type FileManagerFactory
FileManagerFactoryProvider(Class<? extends FileManagerFactory> factoryClass)
           
 

Uses of FileManagerFactory in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers with parameters of type FileManagerFactory
 void XmlConfigurationProvider.setFileManagerFactory(FileManagerFactory fileManagerFactory)
           
 

Uses of FileManagerFactory in com.opensymphony.xwork2.conversion.impl
 

Methods in com.opensymphony.xwork2.conversion.impl with parameters of type FileManagerFactory
 void DefaultConversionFileProcessor.setFileManagerFactory(FileManagerFactory factory)
           
 void XWorkConverter.setFileManagerFactory(FileManagerFactory fileManagerFactory)
           
 

Uses of FileManagerFactory in com.opensymphony.xwork2.util.fs
 

Classes in com.opensymphony.xwork2.util.fs that implement FileManagerFactory
 class DefaultFileManagerFactory
          Default implementation
 

Uses of FileManagerFactory in com.opensymphony.xwork2.validator
 

Methods in com.opensymphony.xwork2.validator with parameters of type FileManagerFactory
 void DefaultActionValidatorManager.setFileManagerFactory(FileManagerFactory fileManagerFactory)
           
 void AnnotationActionValidatorManager.setFileManagerFactory(FileManagerFactory fileManagerFactory)
           
 



Copyright © 2000–2018 Apache Software Foundation. All rights reserved.