Catalyst::Model::ShanonConfig - Catalyst::Plugin::ClassConfig 拡張


NAME

Catalyst::Model::ShanonConfig - Catalyst::Plugin::ClassConfig 拡張


SYNOPSIS

  use base qw(Catalyst::Model::ShanonConfig);
  sub initialize {
    my($self,$c) = @_;
    # do something
  }


DESCRIPTION

Catalyst::Plugin::ClassConfig で対応できないケース用。 コントローラとビューはこのモジュールのメソッド経由でコンフィグを取得する。


METHODS

initalize

 【内部メソッド】
 共通初期化メソッド
 オーバーライド用

get_clc

 【内部メソッド】
 クラスコンフィグを取得する
 オーバーライド用

get_view

 【内部メソッド】
 ビューの名前を取得する
 オーバーライド用

get_model

 【内部メソッド】
 モデルの名前を取得する
 オーバーライド用


SEE ALSO

Mention other useful documentation such as the documentation of related modules or operating system documentation (such as man pages in UNIX), or any relevant external documentation such as RFCs or standards.

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.


AUTHOR

Jun Shimizu, <shimizu@shanon.co.jp> and Shanon Inc.


COPYRIGHT AND LICENSE

Copyright (C) 2006 by Jun Shimizu

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.2 or, at your option, any later version of Perl 5 you may have available.