63646566676869
* Returns a call dispatcher. * * @return A call dispatcher. */ public Uniform getDispatcher() { return new TemplateDispatcher(this, getComponentHelper().getClientRouter()); }
86878889909192
* Returns a call dispatcher. * * @return A call dispatcher. */ public Uniform getDispatcher() { return new TemplateDispatcher(this, new ApplicationDispatcher(this)); }
73747576777879
* * @return A call dispatcher. */ @Override public Uniform getDispatcher() { return new TemplateDispatcher(this, getComponentHelper().getClientRouter()); }
96979899100101102
* * @return A call dispatcher. */ @Override public Uniform getDispatcher() { return new TemplateDispatcher(this, new ApplicationDispatcher(this)); }