|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.net
Interface ContentHandlerFactory

- public interface ContentHandlerFactory
This interface maps MIME types to ContentHandler objects.
It consists of one method that, when passed a MIME type, returns a
handler for that type.
| Method Summary | |
ContentHandler |
createContentHandler(java.lang.String mimeType)
This method is passed a MIME type as a string and is responsible for returning the appropriate ContentHandler object. |
| Method Detail |
createContentHandler
public ContentHandler createContentHandler(java.lang.String mimeType)
- This method is passed a MIME type as a string and is responsible for
returning the appropriate
ContentHandlerobject.
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC