2020-12-30 22:26:14 +01:00

18 lines
688 B
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Welcome</title>
</head>
<body>
<h2>Spring Handler Mapping Examples</h2>
<h3>Click each link below to see how the request is mapped using the specified mapping:
</h3>
<ol>
<li><a href="helloWorld.html">BeanNameUrlHandlerMapping - Mapping by bean name</a></li>
<li><a href="welcome.html">SimpleUrlHandlerMapping</a></li>
<li><a href="helloGuest.html">ControllerClassNameHandlerMapping - Mapping by controller name</a></li>
</ol>
<a href="index.jsp">Home</a>
</body>
</html>