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.
applicationClass
public Class applicationClass(String className)
throws ClassNotFoundException
Use RequestUtils.applicationClass() instead.
Return the Class
object for the specified fully qualified
class name from the Struts class loader.
- applicationClass in interface TilesUtilImpl
className
- Fully qualified class name to be loaded.
- Class object.
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-2005 - Apache Software Foundation