![JAR search and dependency download from the Maven repository](/logo.png)
com.zoi7.component.web.cookie.MySessionCookieConfig Maven / Gradle / Ivy
package com.zoi7.component.web.cookie;
import javax.servlet.SessionCookieConfig;
/**
*
* 补充 SessionCookie 中未定义的配置项
* @author yjy
* 2018-06-15 13:30
*/
public interface MySessionCookieConfig extends SessionCookieConfig {
String getDomainPattern();
void setDomainPattern(String domainPattern);
String getJvmRoute();
void setJvmRoute(String jvmRoute);
boolean isUseBase64Encoding();
void setUseBase64Encoding(boolean useBase64Encoding);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy