|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.util.MimeTypeHelper.ContentType
public static class MimeTypeHelper.ContentType
The data representation of a MIME 1.0 Content Type.
MimeTypeHelper.parseContentType(java.lang.String),
Serialized Form| Field Summary | |
|---|---|
String |
major
The Major type. |
String |
minor
The Minor type. |
Properties |
properties
Additional properties of the content type. |
| Constructor Summary | |
|---|---|
MimeTypeHelper.ContentType()
Constructor. |
|
MimeTypeHelper.ContentType(String major,
String minor)
Constructor with media type information. |
|
| Method Summary | |
|---|---|
String |
toString()
Return the MimeType in "major/minor[; name=value; name=value...]" form. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String major
public String minor
public Properties properties
| Constructor Detail |
|---|
public MimeTypeHelper.ContentType(String major,
String minor)
public MimeTypeHelper.ContentType()
| Method Detail |
|---|
public String toString()
toString in class Object
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||