|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.browser.plugin.BrowserContentProvider
public abstract class BrowserContentProvider
Defines functionality required of a provider of specialized browser contents.
Third parties wishing to provide rendering of specialized mime content can implement this abstract class.
| Constructor Summary | ||
|---|---|---|
|
protected |
BrowserContentProvider()
|
| Method Summary | ||
|---|---|---|
|
abstract String[] |
getAccept(RenderingOptions context)
Retrieves list of mime types this provider can accept given a set of rendering options. |
|
abstract BrowserContent |
getBrowserContent(BrowserContentProviderContext context)
Retrieves a browser content capable of rendering the mime content this provider can handle. |
|
abstract String[] |
getSupportedMimeTypes()
Retrieves all the mime content types supported by this provider. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BrowserContentProvider()
| Method Detail |
|---|
public abstract String[] getAccept(RenderingOptions context)
context - Rendering options in place this provider should consider.
public abstract String[] getSupportedMimeTypes()
public abstract BrowserContent getBrowserContent(BrowserContentProviderContext context)
throws RenderingException
context - Provider context object provided by rendering session.
RenderingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal