Update of
/cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1636
Modified Files:
WebSphereWebXmlSubTask.java
Log Message:
Javadocs. XDT-1225
Index: WebSphereWebXmlSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** WebSphereWebXmlSubTask.java 15 Nov 2004 00:19:34 -0000 1.7
--- WebSphereWebXmlSubTask.java 15 Apr 2005 23:51:14 -0000 1.8
***************
*** 87,146 ****
/**
! * @see #setVirtualHostName()
*/
private String virtualHostName = "default_host";
/**
! * @see #setReloadInterval()
*/
private String reloadInterval = "3";
/**
! * @see #setReloadingEnabled()
*/
private String reloadingEnabled = "true";
/**
! * @see #setDefaultErrorPage()
*/
private String defaultErrorPage = "";
/**
! * @see #setAdditionalClassPath()
*/
private String additionalClassPath = "";
/**
! * @see #setFileServingEnabled()
*/
private String fileServingEnabled = "true";
/**
! * @see #setDirectoryBrowsingEnabled()
*/
private String directoryBrowsingEnabled = "true";
/**
! * @see #setServeServletsByClassnameEnabled()
*/
private String serveServletsByClassnameEnabled = "true";
/**
! * @see #setPreCompileJSPs()
*/
private String preCompileJSPs = "true";
/**
! * @see #setAutoRequestEncoding()
*/
private String autoRequestEncoding = "false";
/**
! * @see #setAutoResponseEncoding()
*/
private String autoResponseEncoding = "false";
/**
! * @see #setAutoLoadFilters()
*/
private String autoLoadFilters = "false";
--- 87,146 ----
/**
! * @see #setVirtualHostName(String)
*/
private String virtualHostName = "default_host";
/**
! * @see #setReloadInterval(String)
*/
private String reloadInterval = "3";
/**
! * @see #setReloadingEnabled(String)
*/
private String reloadingEnabled = "true";
/**
! * @see #setDefaultErrorPage(String)
*/
private String defaultErrorPage = "";
/**
! * @see #setAdditionalClassPath(String)
*/
private String additionalClassPath = "";
/**
! * @see #setFileServingEnabled(String)
*/
private String fileServingEnabled = "true";
/**
! * @see #setDirectoryBrowsingEnabled(String)
*/
private String directoryBrowsingEnabled = "true";
/**
! * @see #setServeServletsByClassnameEnabled(String)
*/
private String serveServletsByClassnameEnabled = "true";
/**
! * @see #setPreCompileJSPs(String)
*/
private String preCompileJSPs = "true";
/**
! * @see #setAutoRequestEncoding(String)
*/
private String autoRequestEncoding = "false";
/**
! * @see #setAutoResponseEncoding(String)
*/
private String autoResponseEncoding = "false";
/**
! * @see #setAutoLoadFilters(String)
*/
private String autoLoadFilters = "false";
***************
*** 153,157 ****
/**
* @return the virtual host name
! * @see #setVirtualHostName()
*/
public String getVirtualHostName()
--- 153,157 ----
/**
* @return the virtual host name
! * @see #setVirtualHostName(String)
*/
public String getVirtualHostName()
***************
*** 162,166 ****
/**
* @return the reload interval
! * @see #setReloadInterval()
*/
public String getReloadInterval()
--- 162,166 ----
/**
* @return the reload interval
! * @see #setReloadInterval(String)
*/
public String getReloadInterval()
***************
*** 171,175 ****
/**
* @return
! * @see #setReloadEnabled()
*/
public String getReloadingEnabled()
--- 171,175 ----
/**
* @return
! * @see #setReloadingEnabled(String)
*/
public String getReloadingEnabled()
***************
*** 180,184 ****
/**
* @return
! * @see #setDefaultErrorPage()
*/
public String getDefaultErrorPage()
--- 180,184 ----
/**
* @return
! * @see #setDefaultErrorPage(String)
*/
public String getDefaultErrorPage()
***************
*** 189,193 ****
/**
* @return
! * @see #setAdditionalClassPath()
*/
public String getAdditionalClassPath()
--- 189,193 ----
/**
* @return
! * @see #setAdditionalClassPath(String)
*/
public String getAdditionalClassPath()
***************
*** 198,202 ****
/**
* @return
! * @see #setFileServingEnabled()
*/
public String getFileServingEnabled()
--- 198,202 ----
/**
* @return
! * @see #setFileServingEnabled(String)
*/
public String getFileServingEnabled()
***************
*** 207,211 ****
/**
* @return
! * @see #setDirectoryBrowsingEnabled()
*/
public String getDirectoryBrowsingEnabled()
--- 207,211 ----
/**
* @return
! * @see #setDirectoryBrowsingEnabled(String)
*/
public String getDirectoryBrowsingEnabled()
***************
*** 216,220 ****
/**
* @return
! * @see #setServeServletsByClassnameEnabled()
*/
public String getServeServletsByClassnameEnabled()
--- 216,220 ----
/**
* @return
! * @see #setServeServletsByClassnameEnabled(String)
*/
public String getServeServletsByClassnameEnabled()
***************
*** 225,229 ****
/**
* @return
! * @see #setPreCompileJSPs()
*/
public String getPreCompileJSPs()
--- 225,229 ----
/**
* @return
! * @see #setPreCompileJSPs(String)
*/
public String getPreCompileJSPs()
***************
*** 234,238 ****
/**
* @return
! * @see #setAutoRequestEncoding()
*/
public String getAutoRequestEncoding()
--- 234,238 ----
/**
* @return
! * @see #setAutoRequestEncoding(String)
*/
public String getAutoRequestEncoding()
***************
*** 243,247 ****
/**
* @return
! * @see #setAutoResponseEncoding()
*/
public String getAutoResponseEncoding()
--- 243,247 ----
/**
* @return
! * @see #setAutoResponseEncoding(String)
*/
public String getAutoResponseEncoding()
***************
*** 252,256 ****
/**
* @return
! * @see #setAutoLoadFilters()
*/
public String getAutoLoadFilters()
--- 252,256 ----
/**
* @return
! * @see #setAutoLoadFilters(String)
*/
public String getAutoLoadFilters()
***************
*** 277,281 ****
*
* @param reloadInterval
! * @see #setReloadingEnabled()
* @ant.not-required No. Default is "3"
*/
--- 277,281 ----
*
* @param reloadInterval
! * @see #setReloadingEnabled(String)
* @ant.not-required No. Default is "3"
*/
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel