class Page
Base class:
Object
Inherited classes: Empty
Description: represents internet web page
- Fields:
- host: Host name in the address of this page
- null: File path in the address of this page
- port: Port in the address of this page
- protocol: Protocol in the address of this page
- Methods:
- download(): Downloads the page content from the server
- path(): Returns the path part in the page address
- query(): Returns the query part in the page address
- ref(): Returns the reference part in the page address
- Events:
- Empty
Back to Mama reference