Package com.noelios.restlet.component

Examples of com.noelios.restlet.component.ComponentHelper


     * @param component
     *            The component to help.
     * @return The new helper.
     */
    public Helper createHelper(Component component) {
        return new ComponentHelper(component);
    }
View Full Code Here


   * @param component
   *            The component to help.
   * @return The new helper.
   */
  public Helper createHelper(Component component) {
    return new ComponentHelper(component);
  }
View Full Code Here

        return result;
    }

    @Override
    public ComponentHelper createHelper(Component component) {
        return new ComponentHelper(component);
    }
View Full Code Here

        return result;
    }

    @Override
    public ComponentHelper createHelper(Component component) {
        return new ComponentHelper(component);
    }
View Full Code Here

   *            The component to help.
   * @return The new helper.
   */
  @Override
  public Helper createHelper(Component component) {
    return new ComponentHelper(component);
  }
View Full Code Here

TOP

Related Classes of com.noelios.restlet.component.ComponentHelper

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.