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

io.spotnext.spring.web.constants.SpringWebSupportConstants Maven / Gradle / Ivy

There is a newer version: 1.0.21-BETA-20190513
Show newest version
package io.spotnext.spring.web.constants;

/**
 * 

SpringWebSupportConstants class.

* * @author mojo2012 * @version 1.0 * @since 1.0 */ public class SpringWebSupportConstants { /** Constant SPOT_SESSION_ID="spotSessionId" */ public static final String SPOT_SESSION_ID = "spotSessionId"; /** Constant CSRF_TOKEN_NAME="X-CSRF-TOKEN" */ public static final String CSRF_TOKEN_NAME = "X-CSRF-TOKEN"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy