- All Known Subinterfaces:
FragmentAccessor.FragmentProperty,Url,Url.UrlBuilder
- All Known Implementing Classes:
UrlBuilderImpl,UrlImpl
public interface FragmentAccessor
Provides an accessor for a fragment property. A fragment is the hash ("#")
separated suffix of an
Url.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFragmentAccessor.FragmentBuilder<B extends FragmentAccessor.FragmentBuilder<?>>Provides a mutator for an fragment property.static interfaceFragmentAccessor.FragmentMutatorProvides a mutator for a fragment property.static interfaceFragmentAccessor.FragmentPropertyProvides a fragment property. -
Method Summary
Modifier and Type Method Description StringgetFragment()Retrieves the fragment from the fragment property.
-
Method Details
-
getFragment
String getFragment()Retrieves the fragment from the fragment property.- Returns:
- The fragment stored by the fragment property.
-