![JAR search and dependency download from the Maven repository](/logo.png)
com.github.pmairif.weberknecht.request.Configurable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weberknecht Show documentation
Show all versions of weberknecht Show documentation
Yet another java web framework that wants to make web developers life a bit easier.
/*
* Configurable.java (weberknecht)
*
* Copyright 2009-2013 Patrick Mairif.
* The program is distributed under the terms of the Apache License (ALv2).
*
* tabstop=4, charset=UTF-8
*/
package com.github.pmairif.weberknecht.request;
import javax.servlet.ServletContext;
/**
* Configurable via web.xml
*
* @author pmairif
*/
public interface Configurable {
/**
* passing servlet context.
*
* @param context
*/
public void setContext(ServletContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy