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

com.greenpepper.server.ServletContextKeys Maven / Gradle / Ivy

package com.greenpepper.server;

/**
 * 

ServletContextKeys interface.

* * @author oaouattara * @version $Id: $Id */ public interface ServletContextKeys { /** Constant SESSION_SERVICE="db.session.service" */ String SESSION_SERVICE = "db.session.service"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy