* the Attribute object of the current request
*/
@Override
public final void respond(Attributes attributes)
{
AttributesWrapper attributesWrapper = new AttributesWrapper(attributes);
WebResponse response = attributesWrapper.getWebResponse();
HttpMethod httpMethod = attributesWrapper.getHttpMethod();
// select the best "candidate" method to serve the request
ScoreMethodAndExtractPathVars mappedMethod = selectMostSuitedMethod(attributesWrapper);
if (mappedMethod != null)