UI as a sub-resource of search does not work, moving "ui" to a different place.
authorJan Lahoda <jlahoda@netbeans.org>
Mon, 27 Jun 2011 10:09:34 +0200
changeset 6088e5e751dbe93
parent 607 c284a86dcde7
child 609 9c75a3794954
UI as a sub-resource of search does not work, moving "ui" to a different place.
remoting/server/web/type.web.api/src/org/netbeans/modules/jackpot30/backend/type/ui/UI.java
     1.1 --- a/remoting/server/web/type.web.api/src/org/netbeans/modules/jackpot30/backend/type/ui/UI.java	Sun Jun 26 10:32:03 2011 +0200
     1.2 +++ b/remoting/server/web/type.web.api/src/org/netbeans/modules/jackpot30/backend/type/ui/UI.java	Mon Jun 27 10:09:34 2011 +0200
     1.3 @@ -67,11 +67,11 @@
     1.4   *
     1.5   * @author lahvac
     1.6   */
     1.7 -@Path("/index/type")
     1.8 +@Path("/index/ui/type")
     1.9  public class UI {
    1.10  
    1.11      @GET
    1.12 -    @Path("/search/ui")
    1.13 +    @Path("/search")
    1.14      @Produces("text/html")
    1.15      public String searchType(@QueryParam("path") String path, @QueryParam("prefix") String prefix) throws URISyntaxException, IOException, TemplateException {
    1.16          Map<String, Object> configurationData = new HashMap<String, Object>();