public static com.sun.midp.content.CHManager | getManager(com.sun.midp.security.SecurityToken token)Get the Content Handler manager if the system is configured
to implement content handlers. A dummy handler is returned
if content handlers are not supported.
return new CHManager();
|