Package org.apache.catalina.valves
Class ExtendedAccessLogValve.PatternTokenizer
- java.lang.Object
-
- org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- Enclosing class:
- ExtendedAccessLogValve
protected static class ExtendedAccessLogValve.PatternTokenizer extends Object
-
-
Constructor Summary
Constructors Constructor Description PatternTokenizer(String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParameter()
String
getRemains()
String
getToken()
String
getWhiteSpaces()
boolean
hasParameter()
boolean
hasSubToken()
boolean
isEnded()
-
-
-
Constructor Detail
-
PatternTokenizer
public PatternTokenizer(String str)
-
-
Method Detail
-
hasSubToken
public boolean hasSubToken()
-
hasParameter
public boolean hasParameter()
-
getToken
public String getToken() throws IOException
- Throws:
IOException
-
getParameter
public String getParameter() throws IOException
- Throws:
IOException
-
getWhiteSpaces
public String getWhiteSpaces() throws IOException
- Throws:
IOException
-
isEnded
public boolean isEnded()
-
getRemains
public String getRemains() throws IOException
- Throws:
IOException
-
-