Ignore:
Timestamp:
2002-08-23T10:07:50+12:00 (22 years ago)
Author:
kjdon
Message:

new functions for applet stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/CGIArgConverter.java

    r3362 r3386  
    3535    short_map_.put("md", "maxDocs");
    3636    // add in short names for the ones that are used, but dont need logn names
    37     short_map_.put("a", "a");
    38     short_map_.put("sa", "sa");
    39     short_map_.put("c", "c");
    40     short_map_.put("l", "l");
     37    short_map_.put("a", "a"); // action
     38    short_map_.put("sa", "sa"); // subaction
     39    short_map_.put("sn", "sn"); // service name
     40    short_map_.put("c", "c"); // collection
     41    short_map_.put("l", "l"); // lang
    4142
    4243    }
     
    8182        return (String)short_map_.get(short_name);
    8283    }
    83     System.err.println("CGIArgConverter: short name not found in map!");
     84    System.err.println("CGIArgConverter: short name '"+short_name+"' not found in map!");
    8485    return short_name; // just return the original
    8586    }
Note: See TracChangeset for help on using the changeset viewer.