Class: Wx::WEB::WebViewFSHandler

Inherits:
WebViewHandler show all
Defined in:
lib/wx/doc/gen/web/web_view_handler.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

A WebView file system handler to support standard FileSystem protocols of the form example:page.htm The handler allows WebView to use FileSystem in a similar fashion to its use with HTML.

The MemoryFSHandler documentation gives an example of how it may be used.

Category: WebView

See Also:

Requires:

  • USE_WEBVIEW

Instance Method Summary collapse

Methods inherited from WebViewHandler

#get_name, #get_security_url, #get_virtual_host, #set_security_url, #set_virtual_host, #start_request

Constructor Details

#initialize(scheme) ⇒ Wx::WEB::WebViewFSHandler

Constructor.

Parameters:

  • scheme (String)


172
# File 'lib/wx/doc/gen/web/web_view_handler.rb', line 172

def initialize(scheme) end

Instance Method Details

#get_file(uri) ⇒ Wx::FSFile Also known as: file

A pointer to the file represented by uri.

Parameters:

  • uri (String)

Returns:



179
# File 'lib/wx/doc/gen/web/web_view_handler.rb', line 179

def get_file(uri) end