Ignore:
Timestamp:
09/06/11 21:09:07 (13 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/action/RepoAction.java

    r1522 r1523  
    7575        private String sort;   
    7676        private int maxdepth;   
    77         private String format="xml"; // default no transformation
     77        //private String format="xml"; // default no transformation
    7878        private String options;
    7979
     
    8181        protected URL base_url ;
    8282
    83        
     83        @Override
     84        public String getFullFormat() {         
     85                return actionkey + "2" + getParam("format");
     86        }
    8487        /**
    8588         * Based on the repository type - we create a typed Proxy, that will do the work.
     
    145148                this.maxdepth = maxdepth;
    146149        }
    147 
     150/*
    148151        public String getFormat() {
    149152                return format;
     
    153156                this.format = format;
    154157        }
    155 
     158*/
    156159        public String getOptions() {
    157160                return options;
Note: See TracChangeset for help on using the changeset viewer.