- All Known Subinterfaces:
HomeUrlAccessor.HomeUrlProperty
public interface HomeUrlAccessor
Provides an accessor for a home
Url
property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a mutator for an homeUrl
property.static interface
Provides a mutator for a homeUrl
property.static interface
Provides a homeUrl
property. -
Method Summary
Modifier and TypeMethodDescriptionorg.refcodes.web.Url
Retrieves the homeUrl
from the homeUrl
property.
-
Method Details
-
getHomeUrl
org.refcodes.web.Url getHomeUrl()Retrieves the homeUrl
from the homeUrl
property.- Returns:
- The home
Url
stored by the homeUrl
property.
-