Uses of Class
org.apache.struts.config.PlugInConfig

Packages that use PlugInConfig
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.config.impl Provides default implementation classes for the configuration objects. 
 

Uses of PlugInConfig in org.apache.struts.config
 

Methods in org.apache.struts.config that return PlugInConfig
 PlugInConfig[] ModuleConfig.findPlugInConfigs()
           Return the configured plug-in actions for this module.
 

Methods in org.apache.struts.config with parameters of type PlugInConfig
 void ModuleConfig.addPlugInConfig(PlugInConfig plugInConfig)
           Add a newly configured PlugInConfig instance to the set of plug-in Actions for this module.
 

Uses of PlugInConfig in org.apache.struts.config.impl
 

Methods in org.apache.struts.config.impl that return PlugInConfig
 PlugInConfig[] ModuleConfigImpl.findPlugInConfigs()
           Return the configured plug-in actions for this module.
 

Methods in org.apache.struts.config.impl with parameters of type PlugInConfig
 void ModuleConfigImpl.addPlugInConfig(PlugInConfig plugInConfig)
           Add a newly configured PlugInConfig instance to the set of plug-in Actions for this module.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.