br.eti.clairton.repository.http.Param Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of repository-http Show documentation
Show all versions of repository-http Show documentation
Integration Repository with Servlet
package br.eti.clairton.repository.http;
public class Param {
public static final String PAGE = "page";
public static final String DIRECTION = "direction";
public static final String PER_PAGE = "per_page";
public static final String SORT = "sort";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy