Interface HomeUrlAccessor.HomeUrlProperty

    • Method Detail

      • 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.