Returns the file name of this URLName. Returns null if this URLName has no file name. @return the file name of this URLName
()
| 336 | * @return the file name of this URLName |
| 337 | */ |
| 338 | public String getFile() { |
| 339 | return file; |
| 340 | } |
| 341 | |
| 342 | /** |
| 343 | * Returns the reference of this URLName. |