Ignore:
Timestamp:
2016-05-16T14:24:50+12:00 (8 years ago)
Author:
Georgiy Litvinov
Message:

Added collection groups. Config file in web/sites/localsite/groupConfig.xml
PageAction now send request to CollectionGroups service to retrieve information about collections and groups.

File:
1 edited

Legend:

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

    r30049 r30540  
    233233    public static final String SERVICE_TYPE_RETRIEVE = "retrieve";
    234234    public static final String SERVICE_TYPE_BROWSE = "browse";
     235    public static final String SERVICE_TYPE_GROUPINFO = "groupinfo";
    235236    public static final String SERVICE_TYPE_APPLET = "applet";
    236237    public static final String SERVICE_TYPE_PROCESS = "process";
     
    306307    public static final String UTIL_NAMESPACE = "xalan://org.greenstone.gsdl3.util.XSLTUtil";
    307308
     309    //Groups configuration
     310    public static final String HIERARCHY_ELEM = "hierarchy";
     311    public static final String GROUP_DESC_ELEM = "groupDescriptions";
     312    public static final String TITLE_ELEM = "title";
     313    public static final String DESCRIPTION_ELEM = "description";
     314    public static final String SHORT_DESCRIPTION_ELEM = "shortDescription";
     315    public static final String BACKGROUND_IMAGE_ELEM = "backgroundImage";
     316    public static final String POSITION_ATT = "position";
     317   
    308318    /**
    309319     * takes a list of elements, and returns an array of strings of the values
Note: See TracChangeset for help on using the changeset viewer.