Class NullURLHandler

java.lang.Object
org.broadleafcommerce.cms.url.domain.URLHandlerDTO
org.broadleafcommerce.cms.url.domain.NullURLHandler
All Implemented Interfaces:
Serializable, URLHandler, MultiTenantCloneable<URLHandler>

public class NullURLHandler extends URLHandlerDTO
A Null instance of a URLHandler. Used by the default URLHandlerServiceImpl implementation to cache misses (e.g. urls that are not being handled by forwards and redirects.
Author:
bpolster
See Also:
  • Constructor Details

    • NullURLHandler

      public NullURLHandler()
    • NullURLHandler

      public NullURLHandler(String newUrl, URLRedirectType redirectType)