Package juzu.impl.bridge.response

Examples of juzu.impl.bridge.response.Foo


  @View
  @Route("/view")
  @MimeType("text/foo")
  public Foo view() throws Exception {
    return new Foo("from_view".getBytes());
  }
View Full Code Here

TOP

Related Classes of juzu.impl.bridge.response.Foo

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.