Making 'ui' sub-resource of search, not vice versa
authorJan Lahoda <jlahoda@netbeans.org>
Sun, 26 Jun 2011 09:30:04 +0200
changeset 606bd0b859ee638
parent 605 2c2e5efeae9d
child 607 c284a86dcde7
Making 'ui' sub-resource of search, not vice versa
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 09:29:15 2011 +0200
     1.2 +++ b/remoting/server/web/type.web.api/src/org/netbeans/modules/jackpot30/backend/type/ui/UI.java	Sun Jun 26 09:30:04 2011 +0200
     1.3 @@ -67,11 +67,11 @@
     1.4   *
     1.5   * @author lahvac
     1.6   */
     1.7 -@Path("/index/type/ui")
     1.8 +@Path("/index/type")
     1.9  public class UI {
    1.10  
    1.11      @GET
    1.12 -    @Path("/search")
    1.13 +    @Path("/search/ui")
    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>();