webpiecesxxxxxpackage.web.secure.crudajax.AjaxCrudUserRouteId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
package webpiecesxxxxxpackage.web.secure.crudajax;
import org.webpieces.router.api.routes.RouteId;
public enum AjaxCrudUserRouteId implements RouteId {
AJAX_LIST_USERS,
AJAX_ADD_USER_FORM, AJAX_EDIT_USER_FORM, AJAX_POST_USER_FORM,
AJAX_CONFIRM_DELETE_USER, AJAX_POST_DELETE_USER
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy