Uses of Class
org.simpleframework.http.parse.PathParser.Token
-
Packages that use PathParser.Token Package Description org.simpleframework.http.parse -
-
Uses of PathParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as PathParser.Token Modifier and Type Field Description private PathParser.TokenPathParser. dirUsed to store the highest directory path.private PathParser.TokenPathParser. extUsed to store consumed file extension.private PathParser.TokenPathParser. nameUsed to store consumed name characters.private PathParser.TokenPathParser. pathUsed to store consumed normalized path name.
-