Author: musachy Date: Sat Feb 24 08:12:38 2007 New Revision: 511291 URL: http://svn.apache.org/viewvc?view=rev&rev=511291 Log: Add breaklines to javadoc
Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Div.java Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Div.java URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Div.java?view=diff&rev=511291&r1=511290&r2=511291 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Div.java (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/components/Div.java Sat Feb 24 08:12:38 2007 @@ -69,15 +69,15 @@ * 'formFilter' is the name of a function which will be used to filter the fields that will be * seralized. This function takes as a parameter the element and returns true if the element * should be included.<p/> - * 'updateFreq' sets(in milliseconds) the update interval. - * 'autoStart' if set to true(true by default) starts the timer automatically - * 'startTimerListenTopics' is a comma-separated list of topics used to start the timer - * 'stopTimerListenTopics' is a comma-separated list of topics used to stop the timer - * 'listenTopics' comma separated list of topics names, that will trigger a request - * 'indicator' element to be shown while the request executing + * 'updateFreq' sets(in milliseconds) the update interval.<p/> + * 'autoStart' if set to true(true by default) starts the timer automatically<p/> + * 'startTimerListenTopics' is a comma-separated list of topics used to start the timer<p/> + * 'stopTimerListenTopics' is a comma-separated list of topics used to stop the timer<p/> + * 'listenTopics' comma separated list of topics names, that will trigger a request<p/> + * 'indicator' element to be shown while the request executing<p/> * 'showErrorTransportText': whether errors should be displayed (on 'targets')</p> * 'showLoadingText' show loading text on targets</p> - * 'notifyTopics' comma separated list of topics names, that will be published. Three parameters are passed: + * 'notifyTopics' comma separated list of topics names, that will be published. Three parameters are passed:<p/> * <ul> * <li>data: html or json object when type='load' or type='error'</li> * <li>type: 'before' before the request is made, 'load' when the request succeeds, or 'error' when it fails</li>