NAME
Catalyst::View::BasePerRequest::Lifecycle::Factory - Build a view for each invocation
SYNOPSIS
Not intended for standalone enduser use.
DESCRIPTION
This module is used by Catalyst::View::BasePerRequest to encapsulate building the actual view object on a per request basis. Code here might be of interest to people building their own view frameworks. for example you might wish to override the exception handler or change how the initialization arguments are made.
ALSO SEE
Catalyst::View::BasePerRequest
AUTHORS & COPYRIGHT
See Catalyst::View::BasePerRequest