Ignore:
Timestamp:
2003-01-06T15:24:37+13:00 (21 years ago)
Author:
kjdon
Message:

aadded a few more constants

File:
1 edited

Legend:

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

    r3642 r3646  
    5959    public static final String ACTION_ATT = "action";
    6060    public static final String SUBACTION_ATT = "subaction";
     61    public static final String OUTPUT_ATT = "output";
    6162    public static final String ADDRESS_ATT = "address";
    6263    public static final String STATUS_ERROR_CODE_ATT = "code";
     
    8889    public static final String REQUEST_TYPE_STATUS = "status";
    8990    public static final String REQUEST_TYPE_PROCESS = "process";
     91    public static final String REQUEST_TYPE_CGI = "cgi";
    9092   
    9193    // service types
Note: See TracChangeset for help on using the changeset viewer.