Changeset 3674


Ignore:
Timestamp:
2003-01-17T10:24:51+13:00 (21 years ago)
Author:
kjdon
Message:

added some new element names

File:
1 edited

Legend:

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

    r3646 r3674  
    3535    public static final String ERROR_ELEM = "error";
    3636    public static final String DEFAULT_ELEM = "default";
     37    public static final String STYLESHEET_ELEM = "stylesheet"; // any additional stylesheet stuff is carried in the message inside this elem
     38
    3739    // elems for the pages to be processed by xslt
    3840    public final static String PAGE_ELEM = "page";
     
    4244
    4345    public static final String SITE_NAME_ELEM = "localSiteName";
     46
    4447    // add on to another elem type to get a list of that type
    4548    public static final String LIST_MODIFIER = "List";
    46 
    47     //public static final String
    48     //public static final String
    4949
    5050    // greenstone xml attributes
     
    7373    public static final String PARAM_TYPE_ENUM_MULTI = "enum_multi";
    7474    public static final String PARAM_TYPE_STRING = "string";
     75    public static final String PARAM_TYPE_TEXT = "text";
    7576    public static final String PARAM_TYPE_MULTI = "multi";
    76    
     77    public static final String PARAM_TYPE_FILE = "file";
    7778    // stuff for text strings
    7879    public static final String DISPLAY_ELEM = "display";
     
    9394    // service types
    9495    public static final String SERVICE_TYPE_QUERY = "query";
    95     public static final String SERVICE_TYPE_BUILD = "build";
     96    public static final String SERVICE_TYPE_RETRIEVE = "retrieve";
     97    public static final String SERVICE_TYPE_BROWSE = "browse";
     98    public static final String SERVICE_TYPE_APPLET = "applet";
     99    public static final String SERVICE_TYPE_PROCESS = "process";
    96100
    97101    // configure types
Note: See TracChangeset for help on using the changeset viewer.