Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

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)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 211 specification.