Uses of Class
com.aoapps.net.partialurl.SinglePartialURL
- 
Uses of SinglePartialURL in com.aoapps.net.partialurlFields in com.aoapps.net.partialurl declared as SinglePartialURLModifier and TypeFieldDescriptionstatic final SinglePartialURLPartialURL.DEFAULTASinglePartialURLconsisting 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 SinglePartialURLPartialURL.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 SinglePartialURLPartialURL.matches(FieldSource fieldSource) Checks if the givenFieldSourcematches this partial URL.SinglePartialURL.matches(FieldSource fieldSource) Checks if the givenFieldSourcematches this partial URL.static SinglePartialURLGets a partial URL always within the current request.static SinglePartialURLGets 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

