rleland 2002/11/27 23:13:39
Modified: src/share/org/apache/struts/tiles
StrutsModulesTilesUtilImpl.java TilesPlugin.java
Log:
Bug#: 14054 Change Docs to read module and not application module
Revision Changes Path
1.5 +4 -4
jakarta-struts/src/share/org/apache/struts/tiles/StrutsModulesTilesUtilImpl.java
Index: StrutsModulesTilesUtilImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/StrutsModulesTilesUtilImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- StrutsModulesTilesUtilImpl.java 12 Nov 2002 03:56:08 -0000 1.4
+++ StrutsModulesTilesUtilImpl.java 28 Nov 2002 07:13:39 -0000 1.5
@@ -197,7 +197,7 @@
* Get the current ModuleConfig.
* <br>
* Lookup in the request, and do selectModule if not found. The side effect
- * is that the Application object is set in the request if it was not present.
+ * is that the ModuleConfig object is set in the request if it was not present.
*/
protected ModuleConfig getModuleConfig(
HttpServletRequest request,
1.14 +7 -8
jakarta-struts/src/share/org/apache/struts/tiles/TilesPlugin.java
Index: TilesPlugin.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/TilesPlugin.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- TilesPlugin.java 26 Nov 2002 02:37:39 -0000 1.13
+++ TilesPlugin.java 28 Nov 2002 07:13:39 -0000 1.14
@@ -72,7 +72,6 @@
import org.apache.struts.action.ActionServlet;
import org.apache.struts.action.PlugIn;
import org.apache.struts.action.RequestProcessor;
-import org.apache.struts.config.ApplicationConfig;
import org.apache.struts.config.ControllerConfig;
import org.apache.struts.config.ModuleConfig;
import org.apache.struts.config.PlugInConfig;
@@ -138,7 +137,7 @@
*
* @param servlet ActionServlet that is managing all the modules
* in this web application
- * @param config ApplicationConfig for the module with which
+ * @param config ModuleConfig for the module with which
* this plug in is associated
*
* @exception ServletException if this <code>PlugIn</code> cannot
@@ -196,7 +195,7 @@
*
* @param servlet ActionServlet that is managing all the modules
* in this web application
- * @param config ApplicationConfig for the module with which
+ * @param config ModuleConfig for the module with which
* this plug in is associated
* @exception ServletException if this <code>PlugIn</code> cannot
* be successfully initialized
@@ -240,7 +239,7 @@
* and then the object for this plugin.
* @param servlet ActionServlet that is managing all the modules
* in this web application
- * @param config ApplicationConfig for the module with which
+ * @param config ModuleConfig for the module with which
* this plug in is associated
*
* @exception ServletException if this <code>PlugIn</code> cannot
@@ -273,7 +272,7 @@
* appropriate TilesRequestProcessor class. If no, set processor class to
* TilesRequestProcessor
*
- * @param config ApplicationConfig for the module with which
+ * @param config ModuleConfig for the module with which
* this plug in is associated
* @throws ServletException If an error occur
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>