352353354355356357358359360
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); }
57585960616263
getListenerInvoker().invokeListener(getListener(), this, cycle); throw new RenderRewoundException(this); } return getLink(cycle, Tapestry.ACTION_SERVICE, new ActionServiceParameter(this, actionId)); }
return getDirectService().getLink(true, parameter); } // I'd love to pull out support for the action service entirely! Object parameter = new ActionServiceParameter(this, actionId); return getActionService().getLink(true, parameter); }