Class LocatorRouting


  • final class LocatorRouting
    extends java.lang.Object
    A pair of sub-resource locator model and a corresponding model router.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) ResourceModel locator
      Sub-resource locator model.
      (package private) Router router
      Sub-resource locator router.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • locator

        final ResourceModel locator
        Sub-resource locator model.
      • router

        final Router router
        Sub-resource locator router.
    • Constructor Detail

      • LocatorRouting

        LocatorRouting​(ResourceModel locator,
                       Router router)
        Create a new instance.
        Parameters:
        locator - sub-resource locator model.
        router - router that is needed to execute the model.