
WWW::Mixi::OO::TableHistoryListPage - WWW::Mixi::OO's Table style History List Pages base class

package WWW::Mixi::OO::Foo; use base qw(WWW::Mixi::OO::TableHistoryListPage); # some implementations...

log style list pages base class.

title parser: return scalar or array of scalar.
standard body subject parser, only rewrite.
# subclass
sub _parse_body_subject {
shift->_parse_body_subject_with_count(@_);
}
alternate body subject parser, with count.
such as: 'foobar (10)' to (subject => 'foobar', count => 10).

WWW::Mixi::OO::TableListPage, WWW::Mixi::OO::ListPage, WWW::Mixi::OO::Page

Topia <topia@clovery.jp>

Copyright (C) 2005 by Topia.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.