| Bio::Das::Request::Stylesheet - The DAS "stylesheet" request |
Bio::Das::Request::Stylesheet - The DAS "stylesheet" request
my @stylesheets = $request->results; my $das_command = $request->command; my $successful = $request->is_success; my $error_msg = $request->error; my ($username,$password) = $request->auth;
This is a subclass of the Bio::Das::Request manpage specialized for the
"stylesheet" command. The results() method returns a series of
the Bio::Das::Stylesheet manpage objects. All other methods are as described
in the Bio::Das::Request manpage. .
Lincoln Stein <lstein@cshl.org>.
Copyright (c) 2003 Cold Spring Harbor Laboratory
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.
the Bio::Das::Request manpage, the Bio::Das::HTTP::Fetch manpage, the Bio::Das::Segment manpage, the Bio::Das::Type manpage, the Bio::Das::Stylesheet manpage, the Bio::Das::Source manpage, the Bio::RangeI manpage
| Bio::Das::Request::Stylesheet - The DAS "stylesheet" request |