Uses of Class
com.aoapps.net.partialurl.PartialURL
-
Uses of PartialURL in com.aoapps.net.partialurl
Subclasses of PartialURL in com.aoapps.net.partialurlModifier and TypeClassDescriptionclassAPartialURLthat may contains multiple values for each field matched.classAPartialURLthat may contain at most one values for each field matched.Methods in com.aoapps.net.partialurl that return PartialURLModifier and TypeMethodDescriptionPartialURLMatch.getPartialURL()Gets the partial URL that matched the lookup.static PartialURLGets a partial URL always within the current request.static PartialURLGets a partial URL always within the current request.static PartialURLPartialURL.valueOf(Iterable<String> schemes, Iterable<HostAddress> hosts, Iterable<Port> ports, Iterable<Path> contextPaths, Iterable<Path> prefixes) Gets a partial URL supporting requests across multiple schemes/hosts/ports/...static PartialURLPartialURL.valueOf(String[] schemes, HostAddress[] hosts, Port[] ports, Path[] contextPaths, Path... prefixes) Gets a partial URL supporting requests across multiple schemes/hosts/ports/...Methods in com.aoapps.net.partialurl with parameters of type PartialURLModifier and TypeMethodDescriptionvoidPartialURLMap.put(PartialURL partialUrl, V value) Adds a new partial URL to this map while checking for conflicts.
