LinkRewriter rewriter = new OutgoingLinkRewriter(this.manager, session, request
.getRequestURI(), request.isSecure(), false, this.relativeUrls);
if (!rewriter.matches(url)) {
throw new ConfigurationException("The URL [" + url + "] can't be rewritten!");
}
return rewriter.rewrite(url);
}
/**
* @see org.apache.cocoon.components.modules.input.InputModule#getAttributeNames(org.apache.avalon.framework.configuration.Configuration,
* java.util.Map)