The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tripletail::InputFilter::SEO - SEO入力フィルタ

SYNOPSIS

  $TL->setInputFilter(['Tripletail::InputFilter::SEO', 999]);
  $TL->setInputFilter('Tripletail::InputFilter::HTML');
  
  $TL->startCgi(
      -main => \&main,
  );
  
  sub main {
      if ($CGI->get('mode') eq 'Foo') {
          ...
      }
  }

DESCRIPTION

このフィルタは次のような PATH_INFO からフォーム情報を得る。

  foo.cgi/aaa/100/bbb/200
  => aaa=100&bbb=200

注意:

このフィルタを Tripletail::Session 及び Tripletail::InputFilter::MobileHTML と併用する場合は、 それらよりも先に呼ばれるように設定しなければならない。

METHODS

decodeCgi

内部メソッド

decodeURL

内部メソッド

SEE ALSO

Tripletail
Tripletail::InputFilter
Tripletail::InputFilter::MobileHTML
Tripletail::Session

AUTHOR INFORMATION

    Copyright 2006 YMIRLINK Inc. All Rights Reserved.

    This framework is free software; you can redistribute it and/or modify it under the same terms as Perl itself

    このフレームワークはフリーソフトウェアです。あなたは Perl と同じライセンスの 元で再配布及び変更を行うことが出来ます。

    Address bug reports and comments to: tl@tripletail.jp

    HP : http://tripletail.jp/