|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchristophedelory.lizzy.ContentTypeInfo
public final class ContentTypeInfo
Various representations of a content type
.
Method Summary | |
---|---|
static void |
main(String[] args)
The test program entry point. |
static String |
toHTML(ContentType contentType)
Returns an HTML fragment representing the input content type. |
static String |
toString(ContentType contentType)
Returns a string representation of the input content type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String toString(ContentType contentType)
contentType
- a content type. Shall not be null
.
null
.
NullPointerException
- if contentType
is null
.public static String toHTML(ContentType contentType)
contentType
- a content type. Shall not be null
.
null
.
NullPointerException
- if contentType
is null
.public static void main(String[] args)
args
- the input parameters.
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |