Package org.sonatype.nexus.componentviews

Examples of org.sonatype.nexus.componentviews.View.dispatch()


    final ViewRequest request = new HttpViewRequest(req, view.getConfig(), viewNameParser.getRemainingPath(),
        req.getQueryString());

    try {
      view.dispatch(request).send(resp);
    }
    catch (Exception e) {
      Throwables.propagate(e);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.