Interface HomeUrlAccessor.HomeUrlProperty

All Superinterfaces:
HomeUrlAccessor, HomeUrlAccessor.HomeUrlMutator
Enclosing interface:
HomeUrlAccessor

public static interface HomeUrlAccessor.HomeUrlProperty extends HomeUrlAccessor, HomeUrlAccessor.HomeUrlMutator
Provides a home Url property.
  • Method Details

    • letHomeUrl

      default org.refcodes.web.Url letHomeUrl(org.refcodes.web.Url aUrl)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of HomeUrlAccessor.HomeUrlMutator.setHomeUrl(Url) and returns the very same value (getter).
      Parameters:
      aUrl - The Url to set (via HomeUrlAccessor.HomeUrlMutator.setHomeUrl(Url)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.