Author: markt
Date: Tue Nov 27 14:49:41 2012
New Revision: 1414218
URL: http://svn.apache.org/viewvc?rev=1414218&view=rev
Log:
A little more Javadoc
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1414215
Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java?rev=1414218&r1=1414217&r2=1414218&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java (original)
+++ tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java Tue Nov 27
14:49:41 2012
@@ -555,10 +555,17 @@ public interface ServletContext {
throws ServletException;
/**
- * @param servletName
- * @return TODO
- * @throws UnsupportedOperationException
- * @since Servlet 3.0 TODO SERVLET3 - Add comments
+ * Obtain the details of the named servlet.
+ *
+ * @param servletName The name of the Servlet of interest
+ *
+ * @return The registration details for the named Servlet or
+ * <code>null</code> if no Servlet has been registered with the
+ * given name
+ *
+ * @throws UnsupportedOperationException TODO SERVLET3 - Add comments
+ *
+ * @since Servlet 3.0
*/
public ServletRegistration getServletRegistration(String servletName);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]