com.elasticpath.sfweb.util.impl
Class UrlRewriteResolverImpl

java.lang.Object
  extended by com.elasticpath.sfweb.util.impl.UrlRewriteResolverImpl

public class UrlRewriteResolverImpl
extends java.lang.Object

Used in urlrewritefilter to forward URL requests that have been renamed for SEO into shop.ep requests. Instead of query string parameters, the UIDs are placed into the request as attributes. See the urlrewrite.xml file for configuration.


Constructor Summary
UrlRewriteResolverImpl()
           
 
Method Summary
 void resolve(javax.servlet.http.HttpServletRequest aRequest, javax.servlet.http.HttpServletResponse aResponse)
          Retrieves the product or category UID from the SEO URL and placed into the request as attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlRewriteResolverImpl

public UrlRewriteResolverImpl()
Method Detail

resolve

public void resolve(javax.servlet.http.HttpServletRequest aRequest,
                    javax.servlet.http.HttpServletResponse aResponse)
Retrieves the product or category UID from the SEO URL and placed into the request as attributes.

Parameters:
aRequest - the request
aResponse - not used