1 /* 2 * REPOWEB, repository manager. 3 * 4 * Terms of license - http://opensource.org/licenses/apachepl.php 5 */ 6 package org.repoweb.action; 7 /*** 8 * Define constants for the quick find form. 9 */ 10 public interface QuickFind { 11 public static final String SEARCH_TYPE = "searchType"; 12 public static final String SEARCH_VALUE = "pattern"; 13 }