Returns the CSS error handler used by this web client when CSS problems are encountered. @return the CSS error handler used by this web client when CSS problems are encountered @see DefaultCssErrorHandler @see SilentCssErrorHandler
()
| 1952 | * @see SilentCssErrorHandler |
| 1953 | */ |
| 1954 | public CSSErrorHandler getCssErrorHandler() { |
| 1955 | return cssErrorHandler_; |
| 1956 | } |
| 1957 | |
| 1958 | /** |
| 1959 | * Sets the CSS error handler used by this web client when CSS problems are encountered. |
no outgoing calls