Class PruneRequestLogForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable

public class PruneRequestLogForm extends BaseAdministratorForm
The form used to take in the parameters for a request to prune the request log using the "Prune Request Log" screen.
Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • olderThanDays

      private String olderThanDays
    • olderThanHours

      private String olderThanHours
  • Constructor Details

    • PruneRequestLogForm

      public PruneRequestLogForm()
  • Method Details

    • getOlderThanDays

      public String getOlderThanDays()
    • setOlderThanDays

      public void setOlderThanDays(String olderThanDays)
    • getOlderThanHours

      public String getOlderThanHours()
    • setOlderThanHours

      public void setOlderThanHours(String olderThanHours)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm