Contains the
ManagedStore interface, which is a per-host file
system abstraction for secure and limited access to local storage by code
served over the web.
org.lobobrowser.ua - package org.lobobrowser.ua
Contains interfaces that need to be implemented by a browser (like Lobo)
in order to service Lobo extensions.
overrideWindowProperties(Properties) -
Method in interface org.lobobrowser.clientlet.ClientletContext
For documents requested in order to open a new window, this method may
be invoked to override window properties.
P
- Parameter - Interface in org.lobobrowser.ua
- Represents a URL parameter.
- ParameterInfo - Interface in org.lobobrowser.ua
- Represents a collection of URL parameters.
- process(ClientletContext) -
Method in interface org.lobobrowser.clientlet.Clientlet
- This method is invoked by a clientlet engine to
process a URL response.
- processPostConnection(URLConnection) -
Method in interface org.lobobrowser.ua.ConnectionProcessor
- This method is called after a connection has been established.
- processPreConnection(URLConnection) -
Method in interface org.lobobrowser.ua.ConnectionProcessor
- This method is called after the request method and standard headers
have been set, and before a connection has been established or content
has been posted.
- ProgressType - Enum in org.lobobrowser.ua
- Enumeration with different the different types of
request/response progress qualifiers.
- progressUpdated(NavigatorProgressEvent) -
Method in interface org.lobobrowser.ua.NavigatorWindowListener
- Invoked as a document loads in order to inform the
listener of progress.
- prompt(String, String) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Opens a prompt dialog.
Q
- QuotaExceededException - Exception in org.lobobrowser.io
- This is an
IOException thrown when
the managed store quota would be exceeded after creating a managed file,
a directory, or writing to a managed file. - QuotaExceededException() -
Constructor for exception org.lobobrowser.io.QuotaExceededException
-
- QuotaExceededException(String) -
Constructor for exception org.lobobrowser.io.QuotaExceededException
-
R
- readyStateChanged(NetworkRequestEvent) -
Method in interface org.lobobrowser.ua.NetworkRequestListener
- This method is called when the
readyState property
of the request changes.
- reload() -
Method in interface org.lobobrowser.ua.NavigatorFrame
-
- reload() -
Method in interface org.lobobrowser.ua.NavigatorWindow
-
- removeClientletSelector(ClientletSelector) -
Method in interface org.lobobrowser.ua.NavigatorExtensionContext
-
- removeConnectionProcessor(ConnectionProcessor) -
Method in interface org.lobobrowser.ua.NavigatorExtensionContext
-
- removeNavigationListener(NavigationListener) -
Method in interface org.lobobrowser.ua.NavigatorExtensionContext
-
- removeNavigatorErrorListener(NavigatorErrorListener) -
Method in interface org.lobobrowser.ua.NavigatorExtensionContext
- Removes a listener of navigation events.
- removeNavigatorWindowListener(NavigatorWindowListener) -
Method in interface org.lobobrowser.ua.NavigatorWindow
- Removes a listener previously added with
NavigatorWindow.addNavigatorWindowListener(NavigatorWindowListener)
- removeNotify() -
Method in class org.lobobrowser.clientlet.AbstractComponentContent
-
- removeNotify() -
Method in interface org.lobobrowser.clientlet.ComponentContent
- Called after the content has been removed from the display container.
- replaceContent(ClientletResponse, ComponentContent) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Replaces the content of the frame.
- replaceContent(Component) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- A simple alternative to
NavigatorFrame.replaceContent(org.lobobrowser.clientlet.ClientletResponse, org.lobobrowser.clientlet.ComponentContent)
provided for convenience.
- RequestType - Enum in org.lobobrowser.ua
- Denotes a type of navigation request.
- resizeWindowBy(int, int) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Resizes the browser window.
- resizeWindowTo(int, int) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Resizes the browser window.
- retrieveObject(String, ClassLoader) -
Method in interface org.lobobrowser.io.ManagedStore
- Retrieves a serializable object.
- retrieveObject(String) -
Method in interface org.lobobrowser.io.ManagedStore
- Deprecated. Use
ManagedStore.retrieveObject(String, ClassLoader).
S
- saveObject(String, Serializable) -
Method in interface org.lobobrowser.io.ManagedStore
- Saves a serializable object at the given managed file path.
- select(ClientletRequest, ClientletResponse) -
Method in interface org.lobobrowser.clientlet.ClientletSelector
- This method is invoked after a URL response has been
received by the user agent.
- send(String) -
Method in interface org.lobobrowser.ua.NetworkRequest
- Sends POST content if any.
- setCurrentClientletContext(ClientletContext) -
Static method in class org.lobobrowser.clientlet.ClientletAccess
- This method should be invoked by the clientlet platform to
publish the
ClientletContext of the current thread.
- setDefaultStatus(String) -
Method in interface org.lobobrowser.ua.NavigatorFrame
-
- setItem(String, Object) -
Method in interface org.lobobrowser.clientlet.ClientletContext
- Sets a data item for later retrieval.
- setNewPersistentCachedObject(Serializable) -
Method in interface org.lobobrowser.clientlet.ClientletResponse
- Caches the object provided in persistent memory
and associates it with the reponse URL, if caching is allowed.
- setNewTransientCachedObject(Object, int) -
Method in interface org.lobobrowser.clientlet.ClientletResponse
- Caches an object in main memory, provided
caching is allowed and there's
enough memory to do so.
- setProgressEvent(ProgressType, int, int) -
Method in interface org.lobobrowser.clientlet.ClientletContext
- Requests the frame to update its progress bar if any.
- setProgressEvent(ProgressType, int, int, URL) -
Method in interface org.lobobrowser.clientlet.ClientletContext
- Requests the frame to update its progress bar if any.
- setProgressEvent(NavigatorProgressEvent) -
Method in interface org.lobobrowser.clientlet.ClientletContext
- Sets the current progress state.
- setProgressEvent(NavigatorProgressEvent) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Requests the frame to update its progress state.
- setProperty(String, Object) -
Method in class org.lobobrowser.clientlet.AbstractComponentContent
-
- setProperty(String, Object) -
Method in interface org.lobobrowser.clientlet.ComponentContent
- Sets a property of the content.
- setProperty(String, Object) -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Sets an implementation-dependent property of the underlying
component currently rendered.
- setResultingContent(ComponentContent) -
Method in interface org.lobobrowser.clientlet.ClientletContext
- After processing a response a clientlet should invoke this
method to set displayable frame content.
- setResultingContent(Component) -
Method in interface org.lobobrowser.clientlet.ClientletContext
- A simple alternative to
ClientletContext.setResultingContent(ComponentContent)
provided for convenience.
- setStatus(String) -
Method in interface org.lobobrowser.ua.NavigatorFrame
-
- SimpleComponentContent - Class in org.lobobrowser.clientlet
-
- SimpleComponentContent(Component, String, String) -
Constructor for class org.lobobrowser.clientlet.SimpleComponentContent
-
- SimpleComponentContent(Component) -
Constructor for class org.lobobrowser.clientlet.SimpleComponentContent
-
- STATE_COMPLETE -
Static variable in interface org.lobobrowser.ua.NetworkRequest
- The complete request state.
- STATE_INTERACTIVE -
Static variable in interface org.lobobrowser.ua.NetworkRequest
- The interactive request state.
- STATE_LOADED -
Static variable in interface org.lobobrowser.ua.NetworkRequest
- The loaded request state.
- STATE_LOADING -
Static variable in interface org.lobobrowser.ua.NetworkRequest
- The loading request state.
- STATE_UNINITIALIZED -
Static variable in interface org.lobobrowser.ua.NetworkRequest
- The uninitialized request state.
- statusUpdated(NavigatorWindowEvent) -
Method in interface org.lobobrowser.ua.NavigatorWindowListener
- Invoked when the status message is updated.
- stop() -
Method in interface org.lobobrowser.ua.NavigatorWindow
-
T
- TargetType - Enum in org.lobobrowser.ua
- Frame target type for navigation.
- toString() -
Method in class org.lobobrowser.ua.NavigationEntry
-
- toString() -
Method in class org.lobobrowser.ua.NavigatorEvent
-
- toString() -
Method in class org.lobobrowser.ua.NavigatorResponseEvent
-
U
- UserAgent - Interface in org.lobobrowser.ua
- Represents the user agent, browser or clientlet engine.
V
- valueOf(String) -
Static method in enum org.lobobrowser.ua.NavigatorEventType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.lobobrowser.ua.ProgressType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.lobobrowser.ua.RequestType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.lobobrowser.ua.TargetType
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum org.lobobrowser.ua.NavigatorEventType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum org.lobobrowser.ua.ProgressType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum org.lobobrowser.ua.RequestType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum org.lobobrowser.ua.TargetType
- Returns an array containing the constants of this enum type, in
the order they're declared.
W
- windowClosing(NavigatorWindow) -
Method in interface org.lobobrowser.ua.NavigatorExtension
- Invoked when a window is about to close.
- windowOpening(NavigatorWindow) -
Method in interface org.lobobrowser.ua.NavigatorExtension
- Invoked right before the platform opens a new window.
- windowToBack() -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Sends the window of this clientlet context to the back and
may cause it to lose focus.
- windowToFront() -
Method in interface org.lobobrowser.ua.NavigatorFrame
- Sends the window of this clientlet context to the front and
may cause it to request focus.
A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]