Returns the current refresh handler. The default refresh handler is a NiceRefreshHandler NiceRefreshHandler(2). @return the current RefreshHandler
()
| 1910 | * @return the current RefreshHandler |
| 1911 | */ |
| 1912 | public RefreshHandler getRefreshHandler() { |
| 1913 | return refreshHandler_; |
| 1914 | } |
| 1915 | |
| 1916 | /** |
| 1917 | * Sets the script pre processor for this {@link WebClient}. |
no outgoing calls