Uses of Class
com.mastfrog.url.PathElement
Packages that use PathElement
-
Uses of PathElement in com.mastfrog.url
Methods in com.mastfrog.url that return PathElementModifier and TypeMethodDescriptionprotected PathElementURLBuilder.createElement(String string) Path.getElement(int ix) Path.getElements()Get the individual elements of this path.Path.getLastElement()Path.lastElement()Methods in com.mastfrog.url that return types with arguments of type PathElementModifier and TypeMethodDescriptionstatic AbstractBuilder<PathElement,Path> Path.builder()Path.iterator()Methods in com.mastfrog.url with parameters of type PathElementModifier and TypeMethodDescriptionURLBuilder.add(PathElement element) protected URLBuilderURLBuilder.addElement(PathElement element) URLBuilder.addPathElement(PathElement element) Constructors in com.mastfrog.url with parameters of type PathElement