Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005)

Uses of Interface
javax.microedition.content.ContentHandler

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)

Submit a comment or suggestion on this specification. This specification is protected under the JSPA version 2.6.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2005 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.