Changeset 25859 for main/trunk


Ignore:
Timestamp:
2012-06-28T11:46:43+12:00 (12 years ago)
Author:
sjm84
Message:

Adding in some useful constants

File:
1 edited

Legend:

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

    r25847 r25859  
    7878    public static final String TERM_ELEM = "term";
    7979    public static final String STOPWORD_ELEM = "stopword";
     80    public static final String FACET_ELEM = "facet";
     81    public static final String COUNT_ELEM = "count";
    8082    public static final String SYSTEM_ELEM = "system";
    8183    public static final String FORMAT_STRING_ELEM = "formatString";
     
    154156    public static final String COLLECT_TYPE_ATT = "ct";
    155157    public static final String HIDDEN_ATT = "hidden";
     158    public static final String FACET_ATT = "facet";
    156159
    157160    // document stuff
     
    193196    public static final String PARAM_TYPE_FILE = "file";
    194197    public static final String PARAM_TYPE_INVISIBLE = "invisible";
     198    public static final String PARAM_TYPE_CHECKBOX_LIST = "checkbox_list";
    195199    // stuff for text strings
    196200    public static final String DISPLAY_TEXT_ELEM = "displayItem";
     
    280284    public static final String BASE_URL = "baseURL";
    281285   
     286    //for classifiers
    282287    public static final String CHILD_TYPE_ATT = "childType";
    283288    public static final String CLASSIFIER_STYLE_ATT = "classifierStyle";
Note: See TracChangeset for help on using the changeset viewer.