Package br.com.caelum.vraptor.interceptor

Examples of br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor


      MethodNotAllowedHandler notAllowed,
      ResourceNotFoundHandler notFound, MethodInfo methodInfo,
      UrlToResourceTranslator translator) {
    this.info = info;
    this.jersey = jersey;
    this.delegate = new ResourceLookupInterceptor(translator, methodInfo,
        notFound, notAllowed, info);
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor

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.