From 6aa732e0e930da2f29a45a35c98cec404fac41d5 Mon Sep 17 00:00:00 2001 From: remm Date: Tue, 4 Apr 2006 00:00:33 +0000 Subject: [PATCH] - Add getContextPath. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@391182 13f79535-47bb-0310-9956-ffa450edef68 --- java/javax/servlet/ServletContext.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/javax/servlet/ServletContext.java b/java/javax/servlet/ServletContext.java index de16df5f1..952575a28 100644 --- a/java/javax/servlet/ServletContext.java +++ b/java/javax/servlet/ServletContext.java @@ -82,7 +82,9 @@ public interface ServletContext { public ServletContext getContext(String uripath); - + + public String getContextPath(); + /** * Returns the major version of the Java Servlet API that this -- 2.11.0