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

com.github.datalking.web.context.ServletContextAware Maven / Gradle / Ivy

package com.github.datalking.web.context;

import com.github.datalking.beans.factory.Aware;

import javax.servlet.ServletContext;

/**
 * @author yaoo on 4/26/18
 */
public interface ServletContextAware extends Aware {

    void setServletContext(ServletContext servletContext);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy