|
Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContentHandler in javax.microedition.content |
Subinterfaces of ContentHandler in javax.microedition.content | |
interface |
ContentHandlerServer
ContentHandlerServer provides methods to get new Invocation requests, to finish the processing of requests and to get the access control information. |
Methods in javax.microedition.content that return ContentHandler | |
ContentHandler[] |
Registry.forType(java.lang.String type)
Gets the registered content handlers for the content type. |
ContentHandler[] |
Registry.forAction(java.lang.String action)
Gets the registered content handlers that support the action. |
ContentHandler[] |
Registry.forSuffix(java.lang.String suffix)
Gets the content handlers for the suffix. |
ContentHandler |
Registry.forID(java.lang.String ID,
boolean exact)
Gets the registered content handler for the ID. |
ContentHandler[] |
Registry.findHandler(Invocation invocation)
Gets the registered content handlers that could be used for this Invocation. |
|
Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |