org.apache.tomcat.util.http.parser
Class AstMediaType
java.lang.Object
org.apache.tomcat.util.http.parser.SimpleNode
org.apache.tomcat.util.http.parser.AstMediaType
- All Implemented Interfaces:
- Node
public class AstMediaType
- extends SimpleNode
Represents a media-type as per section 3.7 of RFC 2616. Originally generated
by JJTree.
Methods inherited from class org.apache.tomcat.util.http.parser.SimpleNode |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString |
AstMediaType
public AstMediaType(int id)
AstMediaType
public AstMediaType(HttpParser p,
int id)
toString
public String toString()
- Overrides:
toString
in class SimpleNode
toStringNoCharset
public String toStringNoCharset()
getCharset
public String getCharset()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.