Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Watanabe (0.17 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/dict/ListForm.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.dict;
    
    /**
     * @author Keiichi Watanabe
     */
    public class ListForm {
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 731 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/searchlist/ListForm.java

    import org.codelibs.fess.util.ComponentUtil;
    import org.lastaflute.web.util.LaRequestUtil;
    import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure;
    
    /**
     * @author shinsuke
     * @author Keiichi Watanabe
     */
    public class ListForm extends SearchRequestParams {
    
        @Size(max = 1000)
        public String q;
    
        public String sort;
    
        @ValidateTypeFailure
        public Integer start;
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.7K bytes
    - Viewed (0)
Back to top