| | 569 | =head1 METHODS |
|---|
| | 570 | |
|---|
| | 571 | =head2 new |
|---|
| | 572 | |
|---|
| | 573 | Return a new C<MT::Template::Context> instance. |
|---|
| | 574 | |
|---|
| | 575 | =head2 init |
|---|
| | 576 | |
|---|
| | 577 | Initialize a C<MT::Template::Context> instance with any defined |
|---|
| | 578 | handlers present in the runtime environment. |
|---|
| | 579 | |
|---|
| | 580 | =head2 handler_for($val) |
|---|
| | 581 | |
|---|
| | 582 | Return the value of the C<Handers> runtime hash for the given value. |
|---|
| | 583 | |
|---|
| | 584 | =head2 post_process_handler |
|---|
| | 585 | |
|---|
| | 586 | Alias for the </stock_post_process_handler> method. |
|---|
| | 587 | |
|---|
| | 588 | =head2 register_handler($key, $val) |
|---|
| | 589 | |
|---|
| | 590 | Set a key-value in the C<Handers> runtime hash for the given |
|---|
| | 591 | key-value arguemnts. |
|---|
| | 592 | |
|---|