Interface FrontendUrlDecoder<T>

All Known Implementing Classes:
BaseFrontendPathMatcherUrlDecoder, BaseFrontendRegexUrlDecoder, CategoryFrontendPathMatcherUrlDecoder, CategoryFrontendRegexUrlDecoder, ProductFrontendPathMatcherUrlDecoder, ProductFrontendRegexUrlDecoder

public interface FrontendUrlDecoder<T>
Interface for 'decoding' a Frontend Url into a related business object.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details