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.Token
PathParser. dir
Used to store the highest directory path.private PathParser.Token
PathParser. ext
Used to store consumed file extension.private PathParser.Token
PathParser. name
Used to store consumed name characters.private PathParser.Token
PathParser. path
Used to store consumed normalized path name.
-