diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index da1bd09bd..7ab39431f 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -558,6 +558,24 @@ sub definition { } +#------------------------------------------------------------------- + +=head2 dispatch ( $fragment ) + +Based on the URL and query parameters in the current request, call internal methods +like www_view, www_edit, etc. + +=head3 $fragment + +A URL. + +=cut + +sub dispatch { + my ($self, $fragment) = @_; +} + + #------------------------------------------------------------------- =head2 drawExtraHeadTags ( )