Interface FragmentAccessor

All Known Subinterfaces:
FragmentAccessor.FragmentProperty
All Known Implementing Classes:
Url, UrlBuilder

public interface FragmentAccessor
Provides an accessor for a fragment property. A fragment is the hash ("#") separated suffix of an Url.
  • Method Details

    • getFragment

      String getFragment()
      Retrieves the fragment from the fragment property.
      Returns:
      The fragment stored by the fragment property.