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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AstMediaType
public AstMediaType(int id)
AstMediaType
public AstMediaType(HttpParser p,
int id)
toString
public java.lang.String toString()
- Overrides:
toString
in class SimpleNode
toStringNoCharset
public java.lang.String toStringNoCharset()
getCharset
public java.lang.String getCharset()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.