|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ComponentContent | |
|---|---|
| org.lobobrowser.clientlet |
Contains interface Clientlet, which is implemented to process responses and set content renderable by a user agent. |
| org.lobobrowser.ua |
Contains interfaces that need to be implemented by a browser (like Lobo)
in order to service Lobo extensions. |
| Uses of ComponentContent in org.lobobrowser.clientlet |
|---|
| Classes in org.lobobrowser.clientlet that implement ComponentContent | |
|---|---|
class |
AbstractComponentContent
Abstract implementation of ComponentContent. |
class |
SimpleComponentContent
|
| Methods in org.lobobrowser.clientlet that return ComponentContent | |
|---|---|
ComponentContent |
ClientletContext.getResultingContent()
Gets content previously set with ClientletContext.setResultingContent(Component). |
| Methods in org.lobobrowser.clientlet with parameters of type ComponentContent | |
|---|---|
void |
ClientletContext.setResultingContent(ComponentContent content)
After processing a response a clientlet should invoke this method to set displayable frame content. |
| Uses of ComponentContent in org.lobobrowser.ua |
|---|
| Methods in org.lobobrowser.ua that return ComponentContent | |
|---|---|
ComponentContent |
NavigatorFrame.getComponentContent()
Gets the component content currently set in the frame. |
| Methods in org.lobobrowser.ua with parameters of type ComponentContent | |
|---|---|
void |
NavigatorFrame.replaceContent(ClientletResponse response,
ComponentContent component)
Replaces the content of the frame. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||