Uses of Class
com.aoapps.net.partialurl.SinglePartialURL
-
Uses of SinglePartialURL in com.aoapps.net.partialurl
Fields in com.aoapps.net.partialurl declared as SinglePartialURLModifier and TypeFieldDescriptionstatic final SinglePartialURL
PartialURL.DEFAULT
ASinglePartialURL
consisting of all null fields that will match all requests and can serve as a match for a default host.Methods in com.aoapps.net.partialurl that return SinglePartialURLModifier and TypeMethodDescriptionMultiPartialURL.getPrimary()
Gets the primary single partial URL for this partial URL.abstract SinglePartialURL
PartialURL.getPrimary()
Gets the primary single partial URL for this partial URL.SinglePartialURL.getPrimary()
Gets the primary single partial URL for this partial URL.PartialURLMatch.getSingleURL()
Gets the single partial URL that matched the lookup.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.static SinglePartialURL
Gets a partial URL always within the current request.static SinglePartialURL
Gets a partial URL supporting requests across multiple schemes/hosts/ports/...Methods in com.aoapps.net.partialurl that return types with arguments of type SinglePartialURLModifier and TypeMethodDescriptionMultiPartialURL.getCombinations()
Gets all combinations of single partial URLs represented by this partial URL.abstract Iterable
<SinglePartialURL> PartialURL.getCombinations()
Gets all combinations of single partial URLs represented by this partial URL.SinglePartialURL.getCombinations()
Gets all combinations of single partial URLs represented by this partial URL.Methods in com.aoapps.net.partialurl with parameters of type SinglePartialURL