|
Oak::Web::Page - Top level component of a web application
|
Oak::Web::Page - Top level component of a web application
This class is the web page itself.
Oak::Object
Oak::Persistent
Oak::Component
Oak::Web::Visual
Oak::Web::Container
Oak::Web::TopLevel
Oak::Web::Page
The Oak::Web::Page object has the following properties:
- lang
-
Language of the HTML code
- dir
-
Text direction (left to right or right to left
- title
-
The title of this web page
- meta
-
This property contains the text to include as meta information (as is, including the tag, but not < nor >)
- linkrel
-
This property contains the text to include as linkrel (as is, including the tag, but not < nor >)
- style
-
Space for stylesheet
- expire_cookies
-
Boolean. If set will expire all the cookies of this session
- script
-
Space for javascript
- get_cookies_properties
-
Return a HASH with the default properties of the cookies
Too early to determine. :)
Copyright (c) 2001
Daniel Ruoso <daniel@ruoso.com>
All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
|
Oak::Web::Page - Top level component of a web application
|