org.apache.struts.tiles
Class TilesUtilStrutsImpl
- Serializable
public class TilesUtilStrutsImpl
TilesUtil implementation for Struts 1.1 with one single factory.
This class contains default implementation of utilities. This implementation
is intended to be used with Struts 1.1.
This class is used as the base class for all Struts 1.1 implementations of TilesUtil.
getDefinitionsFactory
public DefinitionsFactory getDefinitionsFactory(ServletContext servletContext,
ModuleConfig moduleConfig)
Get definition factory for the module attached to the specified moduleConfig.
servletContext
- Current servlet contextmoduleConfig
- Module config of the module for which the factory is requested.
- Definitions factory or null if not found.
Copyright B) 2000-2007 - The Apache Software Foundation