All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.earchitecture.reuse.view.spring.controller.ParamObject Maven / Gradle / Ivy

The newest version!
package com.github.earchitecture.reuse.view.spring.controller;

/**
 * @author Cleber Barcelos
 * @version 0.1.0
 */
public interface ParamObject {
  String SEARCH_STRING = "ss";
  String SEARCH_STRING_ENCODED = "ssEncoded";
  String OBJECT = "object";
  String SEARCH_OBJECT = "searchobject";
  String ELEMENTOS = "elementos";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy