Class: Wx::WEB::WebViewFSHandler
- Inherits:
-
WebViewHandler
- Object
- WebViewHandler
- Wx::WEB::WebViewFSHandler
- 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
Instance Method Summary collapse
-
#get_file(uri) ⇒ Wx::FSFile
(also: #file)
A pointer to the file represented by uri.
-
#initialize(scheme) ⇒ Wx::WEB::WebViewFSHandler
constructor
Constructor.
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.
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.
179 |
# File 'lib/wx/doc/gen/web/web_view_handler.rb', line 179 def get_file(uri) end |