Ignore:
Timestamp:
2018-09-13T14:05:59+12:00 (6 years ago)
Author:
kjdon
Message:

params class changed, now returns false by default for shouldsave. so don't need to add any that we don't want saving in the session. turned hard coded strings into static string variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java

    r32063 r32448  
    8787
    8888    /**
    89      * tell the param class what its arguments are if an action has its own
    90      * arguments, this should add them to the params object - particularly
    91      * important for args that should not be saved
     89     * tell the param class what its arguments are.
     90     * if an action has its own arguments, this should add them to
     91     * the params object - particularly
     92     * important for args that need to be saved to the session
    9293     */
    9394    public boolean addActionParameters(GSParams params)
Note: See TracChangeset for help on using the changeset viewer.