Ignore:
Timestamp:
01/23/11 22:00:09 (13 years ago)
Author:
vronk
Message:

updated docs, added new docs

Location:
MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/CollectionProxyAction.java

    r1029 r1085  
    1818        private String proxy_key = "collections";
    1919
     20         protected void  initialize(){
     21                 // default ;
     22                 setMaxdepth(2);
     23         }
    2024        @Override
    2125        public String getFullFormat() {
     
    3236               
    3337                URL targetURL = null;
    34                 //targetURL =new URL( getBaseURL(), getActionkey());
    35                 //FIXME: get maxdepth-constant out of here !!
    36                 targetURL = new URL(getBaseURL(), "?operation=getCollections&maxdepth=2&collection=");
     38                //targetURL =new URL( getBaseURL(), getActionkey());                           
     39                targetURL = new URL(getBaseURL(), "?operation=getCollections&maxdepth=" + this.getMaxdepth() + "&collection=");
    3740                //Admin.notifyUser("CollectionProxy.targetURL:" + targetURL);
    3841
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/model/Query.java

    r1076 r1085  
    465465                }
    466466                               
    467                  return xpath.replace('.', '/');
     467                 return xpath.replace(".", "//");
    468468        }
    469469
Note: See TracChangeset for help on using the changeset viewer.