mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
Fixing javadoc
This commit is contained in:
parent
3ac6a727cf
commit
7ebbe58c81
@ -413,9 +413,11 @@ public class HttpConfiguration
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/**
|
||||
* @param method
|
||||
* Test if the method type supports <code>x-www-form-urlencoded</code> content
|
||||
*
|
||||
* @param method the method type
|
||||
* @return True of the requests of this method type can be
|
||||
* decoded as x-www-form-urlencoded content to be made available via the
|
||||
* decoded as <code>x-www-form-urlencoded</code> content to be made available via the
|
||||
* {@link Request#getParameter(String)} and associated APIs
|
||||
*/
|
||||
public boolean isFormEncodedMethod(String method)
|
||||
|
Loading…
x
Reference in New Issue
Block a user