Returns the password of this URLName. Returns null if this URLName has no password. @return the password
()
| 376 | * @return the password |
| 377 | */ |
| 378 | public String getPassword() { |
| 379 | return doEncode ? decode(password) : password; |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * Constructs a URL from the URLName. |
no test coverage detected