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

jadex.web.tools.jadexdoc.JaxcentFixServlet Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.web.tools.jadexdoc;


/**
 *  Fixes the jaxcent servlet to allow for context-relative
 *  config file names
 */
public class JaxcentFixServlet //extends JaxcentServlet
{
//	public String getConfigItem(String name)
//	{
//		String	val	= super.getConfigItem(name);
//		if(name.equals("JaxcentConfigXML"))
//		{
//			val	= getServletContext().getRealPath(val);
//		}
//		return val;
//	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy