Returns the value of the specified attribute. @param name name of request attribute @return value or null
(final RequestAttribute name)
| 36 | * @return value or {@code null} |
| 37 | */ |
| 38 | String attribute(final RequestAttribute name) { |
| 39 | return attributes.get(name); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Returns a valid boundary. |
no test coverage detected