Oak::Web::Page - Top level component of a web application


NAME

Oak::Web::Page - Top level component of a web application


DESCRIPTION

This class is the web page itself.


HIERARCHY

Oak::Object

Oak::Persistent

Oak::Component

Oak::Web::Visual

Oak::Web::Container

Oak::Web::TopLevel

Oak::Web::Page


PROPERTIES

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


METHODS

get_cookies_properties
Return a HASH with the default properties of the cookies


BUGS

Too early to determine. :)


COPYRIGHT

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