Uses of Interface
com.aoapps.net.partialurl.FieldSource
- 
Uses of FieldSource in com.aoapps.net.partialurlClasses 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 SinglePartialURLPartialURL.matches(FieldSource fieldSource) Checks if the givenFieldSourcematches this partial URL.SinglePartialURL.matches(FieldSource fieldSource) Checks if the givenFieldSourcematches this partial URL.MultiPartialURL.toURL(FieldSource fieldSource) Gets the general-purpose representation ofURLfor this partial URL.abstract URLPartialURL.toURL(FieldSource fieldSource) Gets the general-purpose representation ofURLfor this partial URL.SinglePartialURL.toURL(FieldSource fieldSource) 

