Serialized Form


Package com.creamtec.ajaxswing

Class com.creamtec.ajaxswing.AjaxSwingRouter extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

initSuccessful

boolean initSuccessful

helper

ServletHelper helper

Class com.creamtec.ajaxswing.AjaxSwingRouter.InProcessJVMFactory extends JVMFactory implements Serializable

Class com.creamtec.ajaxswing.ClientAgentImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

delegate

ClientAgent delegate

agentName

java.lang.String agentName

hasShutdown

boolean hasShutdown

Class com.creamtec.ajaxswing.ClientAgentImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class com.creamtec.ajaxswing.ClientAgentManagerImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Class com.creamtec.ajaxswing.ClientAgentManagerImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class com.creamtec.ajaxswing.JVMProcess extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

props

AjaxSwingProperties props

appName

java.lang.String appName

rmiPort

int rmiPort

Class com.creamtec.ajaxswing.JVMProcess_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package com.creamtec.ajaxswing.core

Class com.creamtec.ajaxswing.core.AgentInitData extends java.lang.Object implements Serializable

Serialized Fields

browserID

int browserID
The version of the browser. Valid values are given by variables starting with BROWSER_.


browserVersion

float browserVersion
Version of the browser.


inProcess

boolean inProcess
True if the agent executes in process, false if stand alone


agentsCount

int agentsCount
Numberof agents in AjaxSwing.


submitURL

java.lang.String submitURL
The URL that the pages are submitted to


serverURL

java.lang.String serverURL
The URL of the web server


servletContextPath

java.lang.String servletContextPath
The context path of AjaxSwing (see servlet spec)


errorMessage

java.lang.String errorMessage

webappRealPath

java.lang.String webappRealPath
The real path of the web application (see servlet spec)


tempDirPath

java.lang.String tempDirPath
Path to a temporary directory that is under web server's webapp directory (and therefore can be referred to from the generated HTML pages)


clientWidth

int clientWidth

clientHeight

int clientHeight

clientId

int clientId
Used to uniquely identify a client

Class com.creamtec.ajaxswing.core.AjaxSwingException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

code

int code

traceStack

boolean traceStack

Class com.creamtec.ajaxswing.core.AjaxSwingProperties extends AppProperties implements Serializable

Serialized Fields

dynamicEventsEnabled

boolean dynamicEventsEnabled

ignoreDisabledState

boolean ignoreDisabledState

Class com.creamtec.ajaxswing.core.AjaxSwingSecurityException extends java.lang.SecurityException implements Serializable

Serialized Fields

code

int code

Class com.creamtec.ajaxswing.core.HttpRequestData extends java.lang.Object implements Serializable

Serialized Fields

params

java.util.HashMap<K,V> params

windowId

int windowId

requestId

long requestId

newSession

boolean newSession

action

java.lang.String action

errorMessage

java.lang.String errorMessage

appName

java.lang.String appName

Class com.creamtec.ajaxswing.core.HttpResponseData extends java.lang.Object implements Serializable

Serialized Fields

htmlPageBytes

byte[] htmlPageBytes

redirectURL

java.lang.String redirectURL

status

int status

errorMessage

java.lang.String errorMessage

submitURL

java.lang.String submitURL

downloadFileName

java.lang.String downloadFileName

params

java.util.HashMap<K,V> params

Class com.creamtec.ajaxswing.core.JVMFactory extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

appToJVMListMap

java.util.Map<K,V> appToJVMListMap

jvmWaitTimeout

int jvmWaitTimeout

registry

java.rmi.registry.Registry registry

registryPort

int registryPort

Class com.creamtec.ajaxswing.core.JVMFactory_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class com.creamtec.ajaxswing.core.RequestTimeoutException extends AjaxSwingException implements Serializable


Package com.creamtec.ajaxswing.gui

Class com.creamtec.ajaxswing.gui.AjaxSwingAppletFrame extends java.awt.Frame implements Serializable

Class com.creamtec.ajaxswing.gui.AjaxSwingLookAndFeel extends javax.swing.plaf.metal.MetalLookAndFeel implements Serializable

Class com.creamtec.ajaxswing.gui.AjaxSwingLookAndFeel.LFChangeError extends java.lang.RuntimeException implements Serializable


Package com.creamtec.ajaxswing.rendering.html.positioned

Class com.creamtec.ajaxswing.rendering.html.positioned.AjaxResponse extends java.lang.Object implements Serializable

Serialized Fields

errorMessage

java.lang.String errorMessage

htmlPage

java.lang.String htmlPage

actionableComponentStates

ComponentState[] actionableComponentStates

requestId

long requestId

redirectURL

java.lang.String redirectURL

Package com.creamtec.ajaxswing.support.components

Class com.creamtec.ajaxswing.support.components.AccordionPane extends javax.swing.JPanel implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

menuItems

java.util.Map<K,V> menuItems

Class com.creamtec.ajaxswing.support.components.AccordionPane.Tree extends javax.swing.JTree implements Serializable

Class com.creamtec.ajaxswing.support.components.AccordionPane.TreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

text

java.lang.String text

Package com.creamtec.core

Class com.creamtec.core.AppProperties extends java.util.Properties implements Serializable

Serialized Fields

fileName

java.lang.String fileName



Copyright © 2000-2008 CreamTec LLC. All Rights Reserved.