package net.sourceforge.phpeclipse.wiki.actions.httpquery; public class GoogleAction extends AbstractHTTPQueryAction { public GoogleAction() { super(); } protected String getUrl(String selection) { return "http://www.google.com/search?q=" + selection; } }