Uses of Interface
com.aoapps.net.partialurl.FieldSource
-
Uses of FieldSource in com.aoapps.net.partialurl
Classes in com.aoapps.net.partialurl that implement FieldSourceMethods in com.aoapps.net.partialurl with parameters of type FieldSourceModifier and TypeMethodDescriptionPartialURLMap.get
(FieldSource fieldSource) Gets the value associated with the given URL, returning the most specific match.MultiPartialURL.matches
(FieldSource fieldSource) abstract SinglePartialURL
PartialURL.matches
(FieldSource fieldSource) Checks if the givenFieldSource
matches this partial URL.SinglePartialURL.matches
(FieldSource fieldSource) Checks if the givenFieldSource
matches this partial URL.MultiPartialURL.toURL
(FieldSource fieldSource) Gets the general-purpose representation ofURL
for this partial URL.abstract URL
PartialURL.toURL
(FieldSource fieldSource) Gets the general-purpose representation ofURL
for this partial URL.SinglePartialURL.toURL
(FieldSource fieldSource)