Package com.noelios.restlet

Examples of com.noelios.restlet.TemplateDispatcher


     * Returns a call dispatcher.
     *
     * @return A call dispatcher.
     */
    public Uniform getDispatcher() {
        return new TemplateDispatcher(this, getComponentHelper().getClientRouter());
    }
View Full Code Here


     * Returns a call dispatcher.
     *
     * @return A call dispatcher.
     */
    public Uniform getDispatcher() {
        return new TemplateDispatcher(this, new ApplicationDispatcher(this));
    }
View Full Code Here

     *
     * @return A call dispatcher.
     */
  @Override
    public Uniform getDispatcher() {
        return new TemplateDispatcher(this, getComponentHelper().getClientRouter());
    }
View Full Code Here

     *
     * @return A call dispatcher.
     */
  @Override
    public Uniform getDispatcher() {
        return new TemplateDispatcher(this, new ApplicationDispatcher(this));
    }
View Full Code Here

TOP

Related Classes of com.noelios.restlet.TemplateDispatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.