Return the value of the specified path parameter. @param name the parameter name @return the parameter value
(String name)
| 843 | * @return the parameter value |
| 844 | */ |
| 845 | public String getPathParameter(String name) { |
| 846 | return pathParameters.get(name); |
| 847 | } |
| 848 | |
| 849 | |
| 850 | // -------------------- Other attributes -------------------- |