57585960616263
getListenerInvoker().invokeListener(getListener(), this, cycle); throw new RenderRewoundException(this); } return getLink(cycle, Tapestry.ACTION_SERVICE, new ActionServiceParameter(this, actionId)); }
326327328329330331332333334
return getDirectService().getLink(cycle, parameter); } // I'd love to pull out support for the action service entirely! Object parameter = new ActionServiceParameter(this, actionId); return getActionService().getLink(cycle, parameter); }
579580581582583584585586587
350351352353354355356357358
return getDirectService().getLink(cycle, true, parameter); } // I'd love to pull out support for the action service entirely! Object parameter = new ActionServiceParameter(this, actionId); return getActionService().getLink(cycle, true, parameter); }
56575859606162
352353354355356357358359360
getListener().actionTriggered(this, cycle); throw new RenderRewoundException(this); } return getLink(cycle, Tapestry.ACTION_SERVICE, new ActionServiceParameter(this, actionId)); }
328329330331332333334335336