NAME

Gungho::Component - Gunghoコンポーネント親クラス

SYNOPSIS

package MyComponent;
use base qw(Gungho::Component);

# in your conf
---
components:
  - +MyComponent
  - Authentication::Basic

DESCRIPTION

Gungho::ComponentはGunghoを拡張するための部品です。プラグインとは違い、 Gungho::ComponentはGunghoのリクエストサイクル動作を継承により変更します。

新規にComponentを作成する場合はGungho::Componentから継承するモジュールを 作成し、components項目にしていしてください。

1 POD Error

The following errors were encountered while parsing the POD:

Around line 3:

Non-ASCII character seen before =encoding in 'Gunghoコンポーネント親クラス'. Assuming UTF-8