com.firefly.mvc.web.WebContext Maven / Gradle / Ivy
The newest version!
package com.firefly.mvc.web;
import com.firefly.core.ApplicationContext;
public interface WebContext extends ApplicationContext {
String getViewPath();
String getEncoding();
HandlerChain match(String uri, String servletURI);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy