PET::ActionMapper::Subdir |
This is a subclass of PET::ActionMapper, which implement URI mappings in a way that each slash (/) in the URI is mapperd to a package separator (::).
For example: http://foo.com/bar/foo.pet maps to YourApi::bar->ACTION_foo().
Basically it’s the same as PET::ActionMapper::Single, but the slash separator defines a subclass by using “::”.
Note that the base URI (/) is mapped to “ROOT”, so for example http://foo.bar/zoh.pet will be mapped to YourApi::ROOT->ACTION_zoh().
| PET:: | This is a subclass of PET::ActionMapper, which implement URI mappings in a way that each slash (/) in the URI is mapperd to a package separator (::). |
| Functions | |
| resolveCall | See PET::ActionMapper. |
sub resolveCall
See PET::ActionMapper.
See PET::ActionMapper.
sub resolveCall