|
NAMEHTML::Mason::Resolver - Component path resolver base classSYNOPSIS# make a subclass and use it DESCRIPTIONThe resolver is responsible for translating a component path like /foo/index.html into a component. By default, Mason expects components to be stored on the filesystem, and uses the HTML::Mason::Resolver::File class to get information on these components.The HTML::Mason::Resolver provides a virtual parent class from which all resolver implementations should inherit. Class::ContainerThis class is used by most of the Mason object's to manage constructor parameters and has-a relationships with other objects.See the documentation on this class for details on how to declare what parameters are valid for your subclass's constructor. HTML::Mason::Resolver is a subclass of Class::Container so you do not need to subclass it yourself. METHODSIf you are interested in creating a resolver subclass, you must implement the following methods.
Using a Resolver with HTML::Mason::ApacheHandlerIf you are creating a new resolver that you intend to use with the HTML::Mason::ApacheHandler module, then you must implement the following method as well.
Visit the GSP FreeBSD Man Page Interface. |