Home
last modified time | relevance | path

Searched defs:servletPath (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/registration/
H A DMatchableRegistration.java32 String name, String servletPath, String pathInfo, String extension, in match()
36 String pattern, String servletPath) { in isPathWildcardMatch()
54 String pattern, String servletPath, String pathInfo, in doMatch()
H A DErrorPageRegistration.java61 String name, String servletPath, String pathInfo, String extension, in match()
H A DEndpointRegistration.java124 String name, String servletPath, String pathInfo, String extension, in match()
H A DFilterRegistration.java202 String name, String servletPath, String pathInfo, String extension, Match match) { in match()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/webapp/src/main/java/demo/
H A DFilterServlet.java52 String servletPath = request.getServletPath(); in doPost() local
70 String servletPath = request.getServletPath(); in doGet() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/tests/
H A DBug562843_2_Test.java25 final AtomicReference<String> servletPath = new AtomicReference<>(); in test_Bug562843_testEncodedSpace() local
56 final AtomicReference<String> servletPath = new AtomicReference<>(); in test_Bug562843_testEncodedPercentSign() local
H A DBug562843_Test.java24 final AtomicReference<String> servletPath = new AtomicReference<>(); in test_Bug562843() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/
H A DBridgeServlet.java144 String servletPath = (String) req.getAttribute(INCLUDE_SERVLET_PATH_ATTRIBUTE); in service() local
165 private boolean isExtensionMapping(String servletPath) { in isExtensionMapping()
333 String servletPath = (String) super.getAttribute(INCLUDE_SERVLET_PATH_ATTRIBUTE); in getAttribute() local
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/util/
H A DUrlPathHelper.java153 String servletPath = getServletPath(request); in getPathWithinServletMapping() local
237 String servletPath = (String) request.getAttribute(WebUtils.INCLUDE_SERVLET_PATH_ATTRIBUTE); in getServletPath() local
290 String servletPath = (String) request.getAttribute(WebUtils.FORWARD_SERVLET_PATH_ATTRIBUTE); in getOriginatingServletPath() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/
H A DDispatchTargets.java38 String requestURI, String servletPath, String pathInfo, String queryString) { in DispatchTargets()
50 String requestURI, String servletPath, String pathInfo, String queryString) { in DispatchTargets()
274 private final String servletPath; field in DispatchTargets
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/metrics/sink/
H A DMetricsServlet.scala43 val servletPath = property.getProperty(SERVLET_KEY_PATH) constant
/dports/java/jdom/jdom/samples/
H A DXPathReader.java86 XPath servletPath = XPath.newInstance("//servlet"); in main() local
/dports/java/jdom/jdom/build/samples/
H A DXPathReader.java86 XPath servletPath = XPath.newInstance("//servlet"); in main() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/servlet/
H A DChildLinkInserter.java93 String servletPath = req.getServletPath(); in getSubtopics() local
H A DBreadcrumbsFilter.java59 String servletPath = req.getServletPath(); in filter() local
H A DEclipseConnector.java366 public static boolean isRTopicPath(String servletPath) in isRTopicPath()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/web/
H A DPrefix.java108 public static Prefix get(String servletPath) { in get()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/
H A DProxyServlet.java81 String servletPath = request.getServletPath(); in getNotDecodedAlias() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DNotificationTestCase.java65 private String servletPath = "/mapred"; field in NotificationTestCase
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DNotificationTestCase.java60 private String servletPath = "/mapred"; field in NotificationTestCase
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/hdfsproxy/src/java/org/apache/hadoop/hdfsproxy/
H A DAuthorizationFilter.java109 String servletPath = rqst.getServletPath(); in getPathFromRequest() local
H A DProxyFilter.java265 String servletPath = rqst.getServletPath(); in doFilter() local
/dports/devel/hadoop2/jetty-6.1.14/modules/util5/src/main/java/org/mortbay/servlet/
H A DPutFilter.java113 String servletPath =request.getServletPath(); in doFilter() local
/dports/devel/hadoop/jetty-6.1.14/modules/util5/src/main/java/org/mortbay/servlet/
H A DPutFilter.java113 String servletPath =request.getServletPath(); in doFilter() local
/dports/devel/hadoop/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13Connection.java102 public void parsedServletPath(Buffer servletPath) throws IOException in parsedServletPath()

12