Package br.com.caelum.vraptor.http.route

Examples of br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser


  private final Router router;


    public ComponentRoutesParser(Router router) {
        this.router = router;
        this.delegate = new PathAnnotationRoutesParser(router);
    }
View Full Code Here


  private final Router router;


    public ComponentRoutesParser(Router router) {
        this.router = router;
        this.delegate = new PathAnnotationRoutesParser(router);
    }
View Full Code Here

  private final TypeFinder finder;

    public ComponentRoutesParser(Proxifier proxifier, TypeFinder finder) {
        this.proxifier = proxifier;
    this.finder = finder;
        this.delegate = new PathAnnotationRoutesParser(proxifier, finder);
    }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.http.route.PathAnnotationRoutesParser

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.