Package | Description |
---|---|
org.broadleafcommerce.cms.web |
Class and Description |
---|
NullURLProcessor
Implementation of
URLProcessor that indicates the URL was not able to be
processed by any of the configured processors. |
ProcessURLAction
Deprecated.
in favor of Spring MVC mechanisms (@see PageHandlerMapping)
Enum that indicates the action to take when processing a URL.
|
URLHandlerFilterExtensionHandler |
URLProcessor
Deprecated.
This interface is intended for use by processors that will determine whether a given URL
requires special treatment.
Specifically, certain URLs refer to custom managed content pages. Others are setup as
SEO friendly URLs for products.
The
ProcessURLFilter will check it's internal cache to determine which URL processor
should be invoked for a passed in URL. If it is unable to find a matching processor in cache,
then it will call each processor in turn to provide an attempt to process the URL.
Created by bpolster. |
Copyright © 2022. All rights reserved.