Apache Struts API Documentation: Uses of Class org.apache.struts.config.PlugInConfig

Apache Struts API


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   
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
 

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.
 

Uses of PlugInConfig in org.apache.struts.tiles
 

Fields in org.apache.struts.tiles declared as PlugInConfig
protected  PlugInConfig TilesPlugin.currentPlugInConfigObject
          The plugin config object provided by the ActionServlet initializing this plugin.
 

Methods in org.apache.struts.tiles with parameters of type PlugInConfig
 void TilesPlugin.setCurrentPlugInConfigObject(PlugInConfig plugInConfigObject)
          Method used by the ActionServlet initializing this plugin.
 



Copyright © 2000-2005 - The Apache Software Foundation