Changeset 32717 for main/trunk


Ignore:
Timestamp:
2018-12-19T14:15:21+13:00 (5 years ago)
Author:
kjdon
Message:

added new ck, 'cache key' param. see log for LIbraryServlet for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r32647 r32717  
    3535    public static final String OUTPUT = "o"; // if processing is to be done, what type of output - html/xml/other??
    3636    public static final String SERVICE = "s"; // the name of the service
    37    
     37
     38  public static final String CACHE_KEY = "ck"; // if we want to use another cache key apart from the collection name
    3839    public static final String UN = "un"; // username for authenticated-ping
    3940    public static final String PW = "pw"; // pwd for authenticated-ping
Note: See TracChangeset for help on using the changeset viewer.