36373839404142
* @param parentHandler handler */ public UrlHandler( BaseHandler aParent ) { super( aParent ); url = new BuzzUrl(); }