Ignore:
Timestamp:
2010-11-30T17:26:36+13:00 (13 years ago)
Author:
sjb48
Message:

Starting working on new format statement save architecture. This involves a new action, FormatAction, which will be responsible for the XSL transform and will pass the format string to the Collection object via the Message Router,

File:
1 edited

Legend:

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

    r21911 r23360  
    7575  public static final String TERM_ELEM = "term";
    7676  public static final String SYSTEM_ELEM = "system";
     77  public static final String FORMAT_STRING_ELEM = "formatString";
    7778 
    7879  //config file elems
     
    198199  // modify the requests
    199200  public static final String REQUEST_TYPE_MESSAGING = "messaging";
     201  // save the format string
     202  public static final String REQUEST_TYPE_FORMAT_STRING = "formatString";
    200203 
    201204  // service types
Note: See TracChangeset for help on using the changeset viewer.