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

com.labbol.cocoon.controller.BaseIndexController Maven / Gradle / Ivy

/**
 * 
 */
package com.labbol.cocoon.controller;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;

/**
 * @author pengfei
 * @date 2019年12月12日下午1:49:16
 */
@Controller
@Deprecated
public abstract class BaseIndexController extends BaseCocoonController{
	
	/**
	 * 设置token到cookie中。
	 * 所有跳转页面的均重新设置token
	 */
	@ModelAttribute
	public void setTokenCookie() {
		//super.setTokenCookie();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy