class WWWLinker(ExportLinker): (source)
| Method | __init__ | No summary | 
| Method | file_object | Turn a Fileobject in a relative link or URI | 
| Method | icon | Undocumented | 
| Method | page_object | Turn a Pathobject in a relative link or URI | 
| Method | resolve_source_file | No summary | 
| Method | resource | Return an url for template resources | 
            Inherited from ExportLinker:
          
| Method | img | Returns an url for image file 'src' | 
| Method | link | Returns an url for a link in a zim page This method is used to translate links of any type. | 
| Method | resolve_dest_file | Find the destination file for an attachment @returns: a Fileobject | 
| Instance Variable | base | Undocumented | 
| Instance Variable | document_root_url | Undocumented | 
| Instance Variable | layout | Undocumented | 
| Instance Variable | notebook | Undocumented | 
| Instance Variable | output | Undocumented | 
| Instance Variable | source | Undocumented | 
| Instance Variable | usebase | Undocumented | 
| Method | _link_file | Undocumented | 
| Method | _link_interwiki | Undocumented | 
| Method | _link_mailto | Undocumented | 
| Method | _link_notebook | Undocumented | 
| Method | _link_page | Undocumented | 
| Method | _resolve_file | Undocumented | 
zim.export.linker.ExportLinker.__init__| Parameters | |
| notebook | the source Notebookfor resolving links | 
| resources_dir | Undocumented | 
| source | is the Pathof the source page being exported | 
| layout | the ExportLayoutfor resolving target files | 
| output | is a Fileobject for the destination file | 
| usebase | if True the format allows returning relative paths | 
| document_root_url | optional URL for the document root | 
| Returns | |
| a Fileobject or None if no file was found |