X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2Fcrawler%2Fbasic%2Fsrc%2Forg%2Fwamblee%2Fcrawler%2FAction.java;h=cd9b4e2a74a83062757133aa697259d133522050;hb=8470878078393cdd8bbf85c2b87910e3ab97cbd1;hp=0002814d506604f0277ea37163f608598570d2d3;hpb=28051fec9226f12d62e2d95a1e42bf32e7679545;p=utils diff --git a/trunk/crawler/basic/src/org/wamblee/crawler/Action.java b/trunk/crawler/basic/src/org/wamblee/crawler/Action.java index 0002814d..cd9b4e2a 100644 --- a/trunk/crawler/basic/src/org/wamblee/crawler/Action.java +++ b/trunk/crawler/basic/src/org/wamblee/crawler/Action.java @@ -31,14 +31,15 @@ public interface Action { /** * Executes the action. - * @return + * @return New page as a result of the action. + * @throws PageException In case of an error obtaining the page. */ Page execute() throws PageException; /** * Gets a description of the action. THe element returned is the action element * itself. - * @return + * @return Content as XML. */ Element getContent(); }