WebObjects 5.4.2

Serialized Form


Package com.webobjects.appserver

Class com.webobjects.appserver.WOApplication.Event extends WOEvent implements Serializable

serialVersionUID: 9103314272492083747L

Class com.webobjects.appserver.WOAssociation.Event extends WOEvent implements Serializable

serialVersionUID: -8843814780214416992L

Class com.webobjects.appserver.WOComponent extends WOElement implements Serializable

serialVersionUID: 9030800440407384426L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Conformance to Serializable. The readObject() method is responsible for reading from the stream and restoring the classes fields.

Throws:
IOException - when unable to read from the ObjectInputStream specified
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Conformance to Serializable. The writeObject() method is responsible for writing the state of the object for its particular class so that the corresponding readObject() method can restore it.

Throws:
IOException - when unable to write to the ObjectOutputStream specified

Class com.webobjects.appserver.WOComponent.Event extends WOEvent implements Serializable

serialVersionUID: 1412114384422483695L

Class com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope extends Enum implements Serializable

Class com.webobjects.appserver.WOCookie extends Object implements Serializable

serialVersionUID: 4511673225599865671L

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Conformance to Serializable. The readObject() method is responsible for reading from the stream and restoring the classes fields.

Throws:
IOException - when unable to read from the ObjectInputStream specified
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Conformance to Serializable. The writeObject() method is responsible for writing the state of the object for its particular class so that the corresponding readObject() method can restore it.

Throws:
IOException - when unable to write to the ObjectOutputStream specified

Class com.webobjects.appserver.WODisplayGroup extends Object implements Serializable

serialVersionUID: -4371292869421265023L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.appserver.WODOMParserException extends RuntimeException implements Serializable

serialVersionUID: 7757553325638250992L

Class com.webobjects.appserver.WODynamicURL extends Object implements Serializable

serialVersionUID: -317654967948689886L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class com.webobjects.appserver.WODynamicURL.LocaleURLFormatException extends WOURLFormatException implements Serializable

serialVersionUID: -5100348852777182664L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationName extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -742833876313103459L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationNumber extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: 36706046074253265L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidPrefix extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -8150957052360000211L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidQueryString extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -6019682633803385386L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerKey extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -3006727875617155222L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerPath extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: 338627336074516865L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidWebObjectsVersion extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: 7425735459828878389L

Class com.webobjects.appserver.WOEvent extends EOEvent implements Serializable

serialVersionUID: -1339153557998628913L

Class com.webobjects.appserver.WOPageNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 7526068152775009876L

Class com.webobjects.appserver.WORedirect extends WOComponent implements Serializable

serialVersionUID: 5003612439663446862L

Class com.webobjects.appserver.WOSchemeNotSupportedException extends RuntimeException implements Serializable

serialVersionUID: 2196738096226506977L

Class com.webobjects.appserver.WOSession extends Object implements Serializable

serialVersionUID: -3892089045508903478L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialization support *********

Throws:
IOException
ClassNotFoundException

Class com.webobjects.appserver.WOSession.PageFragmentCache extends LinkedHashMap implements Serializable

serialVersionUID: 6647613370983434989L

Class com.webobjects.appserver.WOStopWatch extends EOEvent implements Serializable

serialVersionUID: 2845106227386078947L


Package com.webobjects.appserver.parser

Class com.webobjects.appserver.parser.WOHTMLFormatException extends RuntimeException implements Serializable

serialVersionUID: 5253356669152671380L

Class com.webobjects.appserver.parser.WOParserException extends RuntimeException implements Serializable

serialVersionUID: 2913798622465201884L


Package com.webobjects.appserver.parser.declaration

Class com.webobjects.appserver.parser.declaration.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class com.webobjects.appserver.parser.declaration.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class com.webobjects.appserver.parser.declaration.WODeclarationFormatException extends WOParserException implements Serializable

serialVersionUID: -7162659029219871263L

Class com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException extends WODeclarationFormatException implements Serializable

serialVersionUID: -4551159915662157920L


Package com.webobjects.appserver.parser.woml

Class com.webobjects.appserver.parser.woml.WOMLElementGenerationException extends RuntimeException implements Serializable

serialVersionUID: -1226956407949803045L

Class com.webobjects.appserver.parser.woml.WOMLNodeException extends RuntimeException implements Serializable

serialVersionUID: 8710550725444136443L

Class com.webobjects.appserver.parser.woml.WOMLTemplateParserException extends WOParserException implements Serializable


Package com.webobjects.appserver.parser.woml.namespaces

Class com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException extends RuntimeException implements Serializable

Class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace.WOGenericElementRule.EndTagPolicy extends Enum implements Serializable


Package com.webobjects.appserver.xml

Class com.webobjects.appserver.xml.WOXMLException extends NSForwardException implements Serializable

serialVersionUID: -7029058176377973889L


Package com.webobjects.directtoweb

Class com.webobjects.directtoweb.Assignment extends Object implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.BASConfirmPage extends D2WConfirmPage implements Serializable

serialVersionUID: 1901767123620632355L

Class com.webobjects.directtoweb.BASDefaultHeader extends DefaultHeader implements Serializable

serialVersionUID: 8184192526651969417L

Class com.webobjects.directtoweb.BASEditRelationshipPage extends D2WEditRelationshipPage implements Serializable

serialVersionUID: 5913538797447944984L

Class com.webobjects.directtoweb.BASErrorPage extends D2WErrorPage implements Serializable

serialVersionUID: -8549350337859766821L

Class com.webobjects.directtoweb.BASHead extends D2WHead implements Serializable

serialVersionUID: 2155710769131073447L

Class com.webobjects.directtoweb.BASInspectPage extends D2WInspectPage implements Serializable

serialVersionUID: -4916399395022455834L

Class com.webobjects.directtoweb.BASListPage extends D2WListPage implements Serializable

serialVersionUID: -1888764585540079527L

Class com.webobjects.directtoweb.BASMasterDetailPage extends D2WMasterDetailPage implements Serializable

serialVersionUID: 5154290215455542871L

Class com.webobjects.directtoweb.BASPlainListPage extends D2WPlainListPage implements Serializable

serialVersionUID: 3509373662113492159L

Class com.webobjects.directtoweb.BASQueryAllEntitiesPage extends D2WQueryAllEntitiesPage implements Serializable

Class com.webobjects.directtoweb.BASQueryPage extends D2WQueryPage implements Serializable

Class com.webobjects.directtoweb.BASSideHeader extends DefaultHeader implements Serializable

Class com.webobjects.directtoweb.BASSidePageWrapper extends WOComponent implements Serializable

Class com.webobjects.directtoweb.BooleanAssignment extends Assignment implements Serializable

serialVersionUID: -3547543529199047032L

Class com.webobjects.directtoweb.BooleanQualifier extends EOQualifier implements Serializable

serialVersionUID: -7397738313073637679L

Class com.webobjects.directtoweb.D2WCollapsibleComponentContent extends WOComponent implements Serializable

serialVersionUID: 1918951314243037264L

Class com.webobjects.directtoweb.D2WCompactInspectComponent extends D2WComponent implements Serializable

serialVersionUID: -4423108174421221655L

Class com.webobjects.directtoweb.D2WComponent extends WOComponent implements Serializable

serialVersionUID: -2065818225355032629L

Class com.webobjects.directtoweb.D2WConfirmPage extends D2WPage implements Serializable

serialVersionUID: -2397874320179724410L

Class com.webobjects.directtoweb.D2WCustomComponent extends D2WComponent implements Serializable

serialVersionUID: -2602076436902660802L

Class com.webobjects.directtoweb.D2WCustomQueryComponent extends D2WComponent implements Serializable

serialVersionUID: 4822939364910493034L

Serialized Fields

displayGroup

WODisplayGroup displayGroup
The display group for a WOSwitchComponent.

The implementation is subject to change in future releases.

Class com.webobjects.directtoweb.D2WDefaultCustomComponent extends WOComponent implements Serializable

serialVersionUID: 4349548094499698580L

Serialized Fields

object

EOEnterpriseObject object
The Enterprise Object (for D2WCustomComponent).

The implementation is subject to change in future releases.


key

String key
The key (for both D2WCustomComponent and D2WCustomQueryComponent).

The implementation is subject to change in future releases.


displayGroup

WODisplayGroup displayGroup
The display group (for D2WCustomQueryComponent).

The implementation is subject to change in future releases.

Class com.webobjects.directtoweb.D2WDisplayBoolean extends D2WStatelessComponent implements Serializable

serialVersionUID: 7363060968928054153L

Class com.webobjects.directtoweb.D2WDisplayDate extends D2WStatelessComponent implements Serializable

serialVersionUID: -4124794592472290200L

Class com.webobjects.directtoweb.D2WDisplayHyperlink extends D2WStatelessComponent implements Serializable

serialVersionUID: -3498717703868861777L

Class com.webobjects.directtoweb.D2WDisplayImage extends D2WStatelessComponent implements Serializable

serialVersionUID: 2952113878421023041L

Class com.webobjects.directtoweb.D2WDisplayImageFromPath extends D2WStatelessComponent implements Serializable

serialVersionUID: 3416274461668609379L

Class com.webobjects.directtoweb.D2WDisplayLargeString extends D2WDisplayString implements Serializable

serialVersionUID: 3515869060683970985L

Class com.webobjects.directtoweb.D2WDisplayMailTo extends D2WStatelessComponent implements Serializable

serialVersionUID: -6931522111318398228L

Class com.webobjects.directtoweb.D2WDisplayNumber extends D2WStatelessComponent implements Serializable

serialVersionUID: -8333027319617399463L

Class com.webobjects.directtoweb.D2WDisplayString extends D2WStatelessComponent implements Serializable

serialVersionUID: 6861228301550107772L

Class com.webobjects.directtoweb.D2WDisplayStyledDate extends D2WStatelessComponent implements Serializable

serialVersionUID: 6249308652272219964L

Class com.webobjects.directtoweb.D2WDisplayStyledNumber extends D2WStatelessComponent implements Serializable

serialVersionUID: -471017762099218941L

Class com.webobjects.directtoweb.D2WDisplayStyledString extends D2WStatelessComponent implements Serializable

serialVersionUID: 3378593910036681894L

Class com.webobjects.directtoweb.D2WDisplayThresholdColoredNumber extends D2WStatelessComponent implements Serializable

serialVersionUID: -389061346890715949L

Class com.webobjects.directtoweb.D2WDisplayToMany extends D2WComponent implements Serializable

serialVersionUID: -2824737769262150551L

Class com.webobjects.directtoweb.D2WDisplayToMany2 extends D2WDisplayToMany implements Serializable

serialVersionUID: 2641453643017964844L

Serialized Fields

item

EOEnterpriseObject item
This constant is intentionally undocumented.

Class com.webobjects.directtoweb.D2WDisplayToManyBrowser extends D2WDisplayToMany implements Serializable

serialVersionUID: -4049520051734326694L

Serialized Fields

browserItem

EOEnterpriseObject browserItem
This constant is intentionally undocumented.

Class com.webobjects.directtoweb.D2WDisplayToManyFault extends D2WStatelessComponent implements Serializable

serialVersionUID: -6193431969880560119L

Class com.webobjects.directtoweb.D2WDisplayToManyTable extends D2WDisplayToMany implements Serializable

serialVersionUID: 1L

Serialized Fields

item

EOEnterpriseObject item
This constant is intentionally undocumented.

Class com.webobjects.directtoweb.D2WDisplayToOne extends D2WStatelessComponent implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WDisplayToOneFault extends D2WStatelessComponent implements Serializable

serialVersionUID: 3911473338798197828L

Class com.webobjects.directtoweb.D2WEdit extends D2WEmbeddedComponent implements Serializable

serialVersionUID: 4729040865195664776L

Class com.webobjects.directtoweb.D2WEditBoolean extends EditComponent implements Serializable

serialVersionUID: 4264599215220704541L

Class com.webobjects.directtoweb.D2WEditDate extends EditComponent implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WEditLargeString extends D2WEditString implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WEditNumber extends EditComponent implements Serializable

serialVersionUID: 4416709701918206849L

Class com.webobjects.directtoweb.D2WEditRelationshipPage extends D2WPage implements Serializable

serialVersionUID: 1170927165225648054L

Serialized Fields

selectDataSource

EODataSource selectDataSource
Contains the data source that holds the possible destination objects for the relationship.


relationshipDisplayGroup

WODisplayGroup relationshipDisplayGroup
Contains the display group with the relationship destination objects.


browserItem

EOEnterpriseObject browserItem
The iteration variable bound to the item attribute of the WOBrowser on the edit-relationship page.


browserSelections

NSArray browserSelections
Contains the selections the user chooses with the WOBrowser on the edit-relationship page.


isRelationshipToMany

boolean isRelationshipToMany
Returns true if the relationship is a to-many relationship or false if the relationship is a to-one relationship.

Class com.webobjects.directtoweb.D2WEditString extends EditComponent implements Serializable

serialVersionUID: 8088785660800294662L

Class com.webobjects.directtoweb.D2WEditToManyFault extends D2WComponent implements Serializable

serialVersionUID: -7867943175746815831L

Serialized Fields

browserItem

EOEnterpriseObject browserItem
The item for a WOBrowser.

The implementation is subject to change in future releases.

See Also:
D2WEditToManyFault.browserList(), D2WEditToManyFault.browserStringForItem()

Class com.webobjects.directtoweb.D2WEditToManyRelationship extends EditRelationship implements Serializable

serialVersionUID: 1115326765327619242L

Class com.webobjects.directtoweb.D2WEditToOneFault extends D2WDisplayToOne implements Serializable

serialVersionUID: 451832768224656128L

Class com.webobjects.directtoweb.D2WEditToOneRelationship extends EditRelationship implements Serializable

serialVersionUID: -1363073295589638792L

Class com.webobjects.directtoweb.D2WEditUneditable extends D2WStatelessComponent implements Serializable

serialVersionUID: -1944701693693071154L

Serialized Fields

value

Object value
An object that will not be edited.

The implementation is subject to change in future releases.

Class com.webobjects.directtoweb.D2WEmbeddedComponent extends WOComponent implements Serializable

serialVersionUID: 8762790155443643974L

Class com.webobjects.directtoweb.D2WEmptyWrapper extends WOComponent implements Serializable

serialVersionUID: 8136471736281920340L

Class com.webobjects.directtoweb.D2WErrorPage extends D2WPage implements Serializable

serialVersionUID: 9102279472003269809L

Class com.webobjects.directtoweb.D2WGenerationWrapper extends WOComponent implements Serializable

serialVersionUID: 354118043782285013L

Class com.webobjects.directtoweb.D2WHead extends D2WComponent implements Serializable

serialVersionUID: 826315507278516770L

Class com.webobjects.directtoweb.D2WInspect extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -175618471209001187L

Class com.webobjects.directtoweb.D2WInspectPage extends D2WPage implements Serializable

serialVersionUID: 5264438484967279299L

Serialized Fields

errorMessage

String errorMessage
Contains an error message displayed on the inspect page.

Class com.webobjects.directtoweb.D2WKeyPathContainer extends D2WComponent implements Serializable

serialVersionUID: 3696154802307211708L

Serialized Fields

listEo

EOEnterpriseObject listEo

Class com.webobjects.directtoweb.D2WList extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -5937082747977931742L

Class com.webobjects.directtoweb.D2WListPage extends D2WPage implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WMasterDetailPage extends D2WPage implements Serializable

serialVersionUID: 4991645123178418040L

Serialized Fields

selectedObject

EOEnterpriseObject selectedObject

Class com.webobjects.directtoweb.D2WModelException extends RuntimeException implements Serializable

serialVersionUID: 5753140822296442933L

Class com.webobjects.directtoweb.D2WPage extends D2WComponent implements Serializable

serialVersionUID: -829540772525583506L

Class com.webobjects.directtoweb.D2WPlainListPage extends D2WListPage implements Serializable

serialVersionUID: -4151392584026571045L

Class com.webobjects.directtoweb.D2WQuery extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -5929553139940908717L

Class com.webobjects.directtoweb.D2WQueryAllEntitiesPage extends D2WPage implements Serializable

serialVersionUID: 3675463043721819814L

Serialized Fields

displayGroup

WODisplayGroup displayGroup
The WODisplayGroup object that performs the query.

Class com.webobjects.directtoweb.D2WQueryAnyField extends QueryComponent implements Serializable

serialVersionUID: -5692731101249598026L

Class com.webobjects.directtoweb.D2WQueryBoolean extends QueryComponent implements Serializable

serialVersionUID: 8382230290394198416L

Serialized Fields

item

Object item

index

int index

queryNumbers

NSArray queryNumbers

Class com.webobjects.directtoweb.D2WQueryDateOperator extends QueryOperatorComponent implements Serializable

serialVersionUID: -1508523205168570915L

Class com.webobjects.directtoweb.D2WQueryDateRange extends D2WQueryRangeComponent implements Serializable

serialVersionUID: -2902339106321583985L

Class com.webobjects.directtoweb.D2WQueryNumberOperator extends QueryOperatorComponent implements Serializable

serialVersionUID: -2986525505439078258L

Class com.webobjects.directtoweb.D2WQueryNumberRange extends D2WQueryRangeComponent implements Serializable

serialVersionUID: 5098578405166784021L

Class com.webobjects.directtoweb.D2WQueryPage extends D2WPage implements Serializable

serialVersionUID: 4869599033903987511L

Serialized Fields

displayGroup

WODisplayGroup displayGroup
The WODisplayGroup object that performs the query.

Class com.webobjects.directtoweb.D2WQueryRangeComponent extends QueryComponent implements Serializable

serialVersionUID: 6829864979059803666L

Class com.webobjects.directtoweb.D2WQueryRelationship extends QueryComponent implements Serializable

serialVersionUID: -721265517418139003L

Class com.webobjects.directtoweb.D2WQueryStringComponent extends QueryComponent implements Serializable

serialVersionUID: -2779369484546461831L

Class com.webobjects.directtoweb.D2WQueryStringOperator extends QueryOperatorComponent implements Serializable

serialVersionUID: -8800164751315580397L

Class com.webobjects.directtoweb.D2WQueryToManyField extends QueryComponent implements Serializable

serialVersionUID: -2057746328004390467L

Class com.webobjects.directtoweb.D2WQueryToManyRelationship extends D2WQueryRelationship implements Serializable

serialVersionUID: -7901757777433825984L

Class com.webobjects.directtoweb.D2WQueryToOneField extends QueryComponent implements Serializable

serialVersionUID: 4893490452594646400L

Class com.webobjects.directtoweb.D2WQueryToOneRelationship extends D2WQueryRelationship implements Serializable

serialVersionUID: 1561350565399625241L

Class com.webobjects.directtoweb.D2WQueryUnavailable extends QueryComponent implements Serializable

serialVersionUID: -2314625237778613060L

Class com.webobjects.directtoweb.D2WRemoteControl extends D2WComponent implements Serializable

serialVersionUID: 81014678487980117L

Class com.webobjects.directtoweb.D2WSelect extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -8775120845115533557L

Class com.webobjects.directtoweb.D2WStandAloneWebAssistantFrame extends D2WWebAssistantFrame implements Serializable

serialVersionUID: 974355886664893376L

Class com.webobjects.directtoweb.D2WStatelessComponent extends D2WComponent implements Serializable

serialVersionUID: 6249529597705705123L

Class com.webobjects.directtoweb.D2WSwitchComponent extends WOComponent implements Serializable

serialVersionUID: 7817784945596332516L

Class com.webobjects.directtoweb.D2WTabInspectPage extends D2WInspectPage implements Serializable

serialVersionUID: 267292172887978263L

Class com.webobjects.directtoweb.D2WWebAssistantFrame extends D2WComponent implements Serializable

serialVersionUID: 8587664947815611777L

Class com.webobjects.directtoweb.D2WWebAssistantPage extends D2WComponent implements Serializable

serialVersionUID: 3261887967121264315L

Serialized Fields

firstPage

WOComponent firstPage

Class com.webobjects.directtoweb.DarwinShadow extends WOComponent implements Serializable

serialVersionUID: -1828421523864171872L

Serialized Fields

elementID

String elementID

scriptExecutorString

String scriptExecutorString

id1

String id1

id2

String id2

id3

String id3

id4

String id4

id5

String id5

id6

String id6

id7

String id7

id8

String id8

id9

String id9

id10

String id10

id11

String id11

id12

String id12

id13

String id13

id14

String id14

Class com.webobjects.directtoweb.DefaultAssignment extends Assignment implements Serializable

serialVersionUID: -3601827472514236378L

Class com.webobjects.directtoweb.DefaultHeader extends WOComponent implements Serializable

serialVersionUID: -1484297096961252568L

Serialized Fields

entityNameInList

String entityNameInList
Is used as a temporary variable by the Entities WOPopupButton.

Class com.webobjects.directtoweb.EditComponent extends D2WStatelessComponent implements Serializable

serialVersionUID: 5668434695380726376L

Class com.webobjects.directtoweb.EditRelationship extends D2WComponent implements Serializable

serialVersionUID: -3748251204820311475L

Class com.webobjects.directtoweb.EntityAssignment extends Assignment implements Serializable

serialVersionUID: -2559406524775515440L

Class com.webobjects.directtoweb.NEUCompactInspectComponent extends D2WCompactInspectComponent implements Serializable

serialVersionUID: 97256351534185074L

Class com.webobjects.directtoweb.NEUConfirmPage extends D2WConfirmPage implements Serializable

serialVersionUID: 3725229344768982392L

Class com.webobjects.directtoweb.NEUEditRelationshipPage extends D2WEditRelationshipPage implements Serializable

serialVersionUID: -883844532057087196L

Class com.webobjects.directtoweb.NEUErrorPage extends D2WErrorPage implements Serializable

serialVersionUID: -1796739435011477775L

Class com.webobjects.directtoweb.NEUHeader extends WOComponent implements Serializable

serialVersionUID: 3669310139706368768L

Class com.webobjects.directtoweb.NEUInspectPage extends D2WInspectPage implements Serializable

serialVersionUID: -2934018458391112720L

Class com.webobjects.directtoweb.NEUListPage extends D2WListPage implements Serializable

serialVersionUID: -9002419546978319664L

Class com.webobjects.directtoweb.NEUMasterDetailPage extends D2WMasterDetailPage implements Serializable

serialVersionUID: 2054921818752122227L

Class com.webobjects.directtoweb.NEUPlainListPage extends D2WPlainListPage implements Serializable

serialVersionUID: -6369298672118276585L

Class com.webobjects.directtoweb.NEUQueryAllPage extends D2WQueryAllEntitiesPage implements Serializable

serialVersionUID: 9130053388199672189L

Class com.webobjects.directtoweb.NEUQueryPage extends D2WQueryPage implements Serializable

serialVersionUID: 269967412196564368L

Class com.webobjects.directtoweb.NEUTabInspectPage extends D2WTabInspectPage implements Serializable

serialVersionUID: 2752143603699516416L

Class com.webobjects.directtoweb.NonNullQualifier extends EOQualifier implements Serializable

serialVersionUID: -4694350100454606938L

Class com.webobjects.directtoweb.QueryComponent extends D2WStatelessComponent implements Serializable

serialVersionUID: 754194570364064978L

Class com.webobjects.directtoweb.QueryOperatorComponent extends QueryComponent implements Serializable

serialVersionUID: -6934591179067151020L

Class com.webobjects.directtoweb.Rule extends Object implements Serializable

Class com.webobjects.directtoweb.TabDictionaryComputer extends Assignment implements Serializable

serialVersionUID: 5943604618029783206L

Class com.webobjects.directtoweb.WOLCompactInspectComponent extends D2WCompactInspectComponent implements Serializable

serialVersionUID: -5679382621875622812L

Class com.webobjects.directtoweb.WOLConfirmPage extends D2WConfirmPage implements Serializable

serialVersionUID: 5204522906505327091L

Class com.webobjects.directtoweb.WOLEditRelationshipPage extends D2WEditRelationshipPage implements Serializable

serialVersionUID: -4233385257207428034L

Class com.webobjects.directtoweb.WOLErrorPage extends D2WErrorPage implements Serializable

serialVersionUID: 8333893368629134530L

Class com.webobjects.directtoweb.WOLHeader extends DefaultHeader implements Serializable

serialVersionUID: -4619744423528132719L

Class com.webobjects.directtoweb.WOLInspectPage extends D2WInspectPage implements Serializable

serialVersionUID: 7257078314438080837L

Class com.webobjects.directtoweb.WOLListPage extends D2WListPage implements Serializable

serialVersionUID: 9101371162354294272L

Class com.webobjects.directtoweb.WOLMasterDetailPage extends D2WMasterDetailPage implements Serializable

serialVersionUID: -3012660467495846687L

Class com.webobjects.directtoweb.WOLPlainListPage extends D2WPlainListPage implements Serializable

serialVersionUID: 5186138257727606100L

Class com.webobjects.directtoweb.WOLQueryAllPage extends D2WQueryAllEntitiesPage implements Serializable

serialVersionUID: 8203239984752287017L

Class com.webobjects.directtoweb.WOLQueryPage extends D2WQueryPage implements Serializable

serialVersionUID: 6045855500821694446L

Class com.webobjects.directtoweb.WOLTabInspectPage extends D2WTabInspectPage implements Serializable

serialVersionUID: 7938070289281706164L


Package com.webobjects.eoaccess

Class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent extends EOEvent implements Serializable

serialVersionUID: -5814183965968459505L

Class com.webobjects.eoaccess.EODatabaseDataSource extends EODataSource implements Serializable

serialVersionUID: 3664372796850160919L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eoaccess.EOEntityClassDescription extends EOClassDescription implements Serializable

serialVersionUID: -1552463677063758566L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.eoaccess.EOGeneralAdaptorException extends RuntimeException implements Serializable

serialVersionUID: -4711473980354191603L

Class com.webobjects.eoaccess.EOObjectNotAvailableException extends RuntimeException implements Serializable

serialVersionUID: 7178020143847734600L

Class com.webobjects.eoaccess.EOSQLQualifier extends EOQualifier implements Serializable

serialVersionUID: -1913074775813844066L

Class com.webobjects.eoaccess.EOUtilities.MoreThanOneException extends RuntimeException implements Serializable

serialVersionUID: -7467043413973259338L


Package com.webobjects.eoapplication

Class com.webobjects.eoapplication.EOAction extends AbstractAction implements Serializable


Package com.webobjects.eoapplication.client

Class com.webobjects.eoapplication.client.EOApplet extends JApplet implements Serializable


Package com.webobjects.eocontrol

Class com.webobjects.eocontrol.EOAccountEvent extends EOAggregateEvent implements Serializable

serialVersionUID: 5590927813695291929L

Class com.webobjects.eocontrol.EOAggregateEvent extends EOEvent implements Serializable

serialVersionUID: 7714133352916590264L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOAndQualifier extends EOQualifier implements Serializable

serialVersionUID: 3168463224808929186L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOArrayDataSource extends EODataSource implements Serializable

serialVersionUID: -6181620478668683931L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOClassDescription extends Object implements Serializable

Class com.webobjects.eocontrol.EOCustomObject extends Object implements Serializable

serialVersionUID: 9090374130212116188L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.eocontrol.EODetailDataSource extends EODataSource implements Serializable

serialVersionUID: 8608471659754778990L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOEditingContext extends EOObjectStore implements Serializable

serialVersionUID: 584088117662754465L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent extends EOEvent implements Serializable

serialVersionUID: -8186355769124916111L

Class com.webobjects.eocontrol.EOEvent extends Object implements Serializable

serialVersionUID: 2883722137277310801L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOFetchSpecification extends Object implements Serializable

serialVersionUID: 8194363982987481408L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOGenericRecord extends EOCustomObject implements Serializable

serialVersionUID: 8297502111307878965L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOGlobalID extends Object implements Serializable

Class com.webobjects.eocontrol.EOKeyComparisonQualifier extends EOQualifier implements Serializable

serialVersionUID: -7263895122397051506L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOKeyGlobalID extends EOGlobalID implements Serializable

serialVersionUID: -5300925487388147956L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.eocontrol.EOKeyValueQualifier extends EOQualifier implements Serializable

serialVersionUID: -4655390252823524124L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EONotQualifier extends EOQualifier implements Serializable

serialVersionUID: -9142009810129384478L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOOrQualifier extends EOQualifier implements Serializable

serialVersionUID: -8832133543725634498L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOQualifier extends Object implements Serializable

Class com.webobjects.eocontrol.EOQualifier.QualifierVariableSubstitutionException extends RuntimeException implements Serializable

serialVersionUID: 1991218338989055465L

Class com.webobjects.eocontrol.EOQualifierVariable extends Object implements Serializable

serialVersionUID: 858141168594742146L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOSharedEditingContext extends EOEditingContext implements Serializable

serialVersionUID: 6468385361066892450L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOSortOrdering extends Object implements Serializable

serialVersionUID: -3371749436590792222L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.eocontrol.EOTemporaryGlobalID extends EOGlobalID implements Serializable

serialVersionUID: 1644555110511958227L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Package com.webobjects.eodistribution

Class com.webobjects.eodistribution.WOJavaClientApplet extends WOComponent implements Serializable

Serialized Fields

otherParameterName

String otherParameterName
Deprecated. 
A public variable used in a repetition to create a list of all non-standard bindings.

Class com.webobjects.eodistribution.WOJavaClientComponent extends WOComponent implements Serializable

serialVersionUID: 8124618512486992960L

Serialized Fields

otherParameterName

String otherParameterName
A public variable used in a repetition to create a list of all non-standard bindings.

Class com.webobjects.eodistribution.WOJavaClientJNLP extends WOComponent implements Serializable

serialVersionUID: 8383028573420105546L


Package com.webobjects.eodistribution.client

Class com.webobjects.eodistribution.client.EODistributedClassDescription extends EOClassDescription implements Serializable

serialVersionUID: 5447268742350359396L


Package com.webobjects.eogeneration

Class com.webobjects.eogeneration.EOEnterAction extends EOAction implements Serializable


Package com.webobjects.eointerface.swing

Class com.webobjects.eointerface.swing.EOForm extends EOMatrix implements Serializable

serialVersionUID: 5732152781323037611L

Class com.webobjects.eointerface.swing.EOFormCell extends JComponent implements Serializable

serialVersionUID: 9158781779046040015L

Class com.webobjects.eointerface.swing.EOFrame extends JFrame implements Serializable

serialVersionUID: -1056634240760011118L

Class com.webobjects.eointerface.swing.EOImageView extends JComponent implements Serializable

serialVersionUID: 2525171807556288744L

Class com.webobjects.eointerface.swing.EOMatrix extends EOView implements Serializable

serialVersionUID: -5768669170225853212L

Class com.webobjects.eointerface.swing.EOQuickTimeView extends JPanel implements Serializable

serialVersionUID: -2938227510743048635L

Class com.webobjects.eointerface.swing.EOTable extends JScrollPane implements Serializable

serialVersionUID: -6581030913025658779L

Class com.webobjects.eointerface.swing.EOTextArea extends JScrollPane implements Serializable

serialVersionUID: -2517855292520859940L

Class com.webobjects.eointerface.swing.EOTextField extends JTextField implements Serializable

Class com.webobjects.eointerface.swing.EOView extends JPanel implements Serializable

serialVersionUID: -5293614557254718679L

Class com.webobjects.eointerface.swing.EOViewLayout extends Object implements Serializable

serialVersionUID: -1746732887410607900L


Package com.webobjects.foundation

Class com.webobjects.foundation.NSArray extends Object implements Serializable

serialVersionUID: -3789592578296478260L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.foundation.NSComparator.ComparisonException extends Exception implements Serializable

serialVersionUID: -2282920745493922488L

Class com.webobjects.foundation.NSData extends Object implements Serializable

serialVersionUID: -6138488451902188317L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.foundation.NSDictionary extends Object implements Serializable

serialVersionUID: 2886170486405617806L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.foundation.NSForwardException extends RuntimeException implements Serializable

serialVersionUID: 7417321001012630866L

Class com.webobjects.foundation.NSKeyValueCoding.Null extends Object implements Serializable

serialVersionUID: 8311844716729190443L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException

Class com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException extends RuntimeException implements Serializable

serialVersionUID: 1685186287717318279L

Class com.webobjects.foundation.NSMutableArray extends NSArray implements Serializable

serialVersionUID: -3909373569895711876L

Class com.webobjects.foundation.NSMutableData extends NSData implements Serializable

serialVersionUID: -1574835879605576157L

Class com.webobjects.foundation.NSMutableDictionary extends NSDictionary implements Serializable

serialVersionUID: 6690723083816355576L

Class com.webobjects.foundation.NSMutableRange extends NSRange implements Serializable

serialVersionUID: 5085989294260852272L

Class com.webobjects.foundation.NSMutableSet extends NSSet implements Serializable

serialVersionUID: -6054074706096120227L

Class com.webobjects.foundation.NSNotification extends Object implements Serializable

serialVersionUID: 1087005641968243948L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.foundation.NSNumberFormatter extends Format implements Serializable

serialVersionUID: 3269407185744612364L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.foundation.NSRange extends Object implements Serializable

serialVersionUID: 850781217118960855L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.foundation.NSSelector extends Object implements Serializable

serialVersionUID: -8480824199131722348L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.foundation.NSSet extends Object implements Serializable

serialVersionUID: -8833684352747517048L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.foundation.NSTimestamp extends Timestamp implements Serializable

serialVersionUID: 6870088373061302940L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.foundation.NSTimestampFormatter extends Format implements Serializable

serialVersionUID: -3895651253027642187L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Deprecated. 
Throws:
IOException
Serialized Fields

Class com.webobjects.foundation.NSTimeZone extends TimeZone implements Serializable

serialVersionUID: -3697199310879546788L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

Class com.webobjects.foundation.NSValidation.ValidationException extends RuntimeException implements Serializable

serialVersionUID: 7884335820425213084L

Class com.webobjects.foundation.SubList$1 extends Object implements Serializable


Package com.webobjects.jdbcadaptor

Class com.webobjects.jdbcadaptor.JDBCAdaptorException extends EOGeneralAdaptorException implements Serializable

serialVersionUID: 538778344722529764L


Package com.webobjects.jndiadaptor

Class com.webobjects.jndiadaptor.JNDIAdaptorException extends EOGeneralAdaptorException implements Serializable

serialVersionUID: 543333191426791457L


Package com.webobjects.jspservlet

Class com.webobjects.jspservlet.WOBindingTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6024833228978897743L

Class com.webobjects.jspservlet.WOComponentTag extends com.webobjects.jspservlet.WOTag implements Serializable

serialVersionUID: 1915333196866810491L

Class com.webobjects.jspservlet.WODirectActionTag extends com.webobjects.jspservlet.WOTag implements Serializable

serialVersionUID: 1114185219117581429L

Class com.webobjects.jspservlet.WOExtraHeaderTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8569112941620367535L

Class com.webobjects.jspservlet.WOFormValueTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6854090379927036523L

Class com.webobjects.jspservlet.WOServletAdaptor extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 9074528653436056348L


Package com.webobjects.webservices.generation

Class com.webobjects.webservices.generation.WOBeginTransactionOperation extends WOOperation implements Serializable

serialVersionUID: 2874218257078399237L

Class com.webobjects.webservices.generation.WOCommitTransactionOperation extends WOOperation implements Serializable

serialVersionUID: 3016990273800591592L

Class com.webobjects.webservices.generation.WODeleteOperation extends WOOperation implements Serializable

serialVersionUID: 8750846717258698073L

Class com.webobjects.webservices.generation.WOFetchSpecSearchOperation extends WOSearchOperation implements Serializable

serialVersionUID: -3169035216168580509L

Class com.webobjects.webservices.generation.WOInsertOperation extends WOOperation implements Serializable

serialVersionUID: 7986903863061021518L

Class com.webobjects.webservices.generation.WOOperation extends WOComponent implements Serializable

serialVersionUID: 8391269131016000195L

Class com.webobjects.webservices.generation.WOOperationWSDLTemplate extends WOComponent implements Serializable

serialVersionUID: 427775973000810914L

Class com.webobjects.webservices.generation.WORollbackTransactionOperation extends WOOperation implements Serializable

serialVersionUID: -3367975493342149282L

Class com.webobjects.webservices.generation.WOSearchOperation extends WOOperation implements Serializable

serialVersionUID: -6449598576477822047L

Class com.webobjects.webservices.generation.WOUpdateOperation extends WOOperation implements Serializable

serialVersionUID: -6605887216698110933L

Class com.webobjects.webservices.generation.WOWSDLGeneration extends WOOperation implements Serializable

serialVersionUID: 3752769183027021879L


Package com.webobjects.webservices.support.xml

Class com.webobjects.webservices.support.xml.WOArrayDeserializer extends org.apache.axis.encoding.ser.ArrayDeserializer implements Serializable

serialVersionUID: 3265676067102100267L

Class com.webobjects.webservices.support.xml.WOArrayDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: 2090759333677567068L

Class com.webobjects.webservices.support.xml.WOArraySerializer extends org.apache.axis.encoding.ser.ArraySerializer implements Serializable

serialVersionUID: -7741567444140347565L

Class com.webobjects.webservices.support.xml.WOArraySerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: -8634180679406438846L

Class com.webobjects.webservices.support.xml.WODataSerializer extends org.apache.axis.encoding.ser.Base64Serializer implements Serializable

serialVersionUID: 8151650871509883503L

Class com.webobjects.webservices.support.xml.WODataSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: 4649446343940641462L

Class com.webobjects.webservices.support.xml.WODictionaryDeserializer extends org.apache.axis.encoding.ser.MapDeserializer implements Serializable

serialVersionUID: -2290189405867551883L

Class com.webobjects.webservices.support.xml.WODictionaryDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -8839657953893627945L

Class com.webobjects.webservices.support.xml.WODictionarySerializer extends org.apache.axis.encoding.ser.MapSerializer implements Serializable

serialVersionUID: -4717490294696900813L

Class com.webobjects.webservices.support.xml.WODictionarySerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: 7880357295163564001L

Class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: 4034055016597039836L

Serialized Fields

typesByMemberName

Hashtable typesByMemberName

Class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -5072893547672943234L

Class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer extends Object implements Serializable

serialVersionUID: 6620687681216441096L

Class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: -16098366749467043L

Class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: 750013270461558930L

Serialized Fields

typesByMemberName

Hashtable typesByMemberName

entityName

String entityName

subEntityName

String subEntityName

guessedEntityName

String guessedEntityName

primaryKeys

Object[] primaryKeys

data

byte[] data

Class com.webobjects.webservices.support.xml.WOGlobalIDDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -3502983731881713987L

Class com.webobjects.webservices.support.xml.WOGlobalIDSerializer extends Object implements Serializable

serialVersionUID: 2352136424817970722L

Class com.webobjects.webservices.support.xml.WOGlobalIDSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: 1949660525776877609L

Class com.webobjects.webservices.support.xml.WONullDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: 7527374932600554683L

Class com.webobjects.webservices.support.xml.WONullDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: 6291653382147783537L

Class com.webobjects.webservices.support.xml.WONullSerializer extends Object implements Serializable

serialVersionUID: 198176536229826191L

Class com.webobjects.webservices.support.xml.WONullSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: 4893894409043185417L

Class com.webobjects.webservices.support.xml.WORangeDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: -856182707910412902L

Serialized Fields

typesByMemberName

Hashtable typesByMemberName

Class com.webobjects.webservices.support.xml.WORangeDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -7634430251809127458L

Class com.webobjects.webservices.support.xml.WORangeSerializer extends Object implements Serializable

serialVersionUID: -6786034904662319768L

Class com.webobjects.webservices.support.xml.WORangeSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: -1328885582818387089L

Class com.webobjects.webservices.support.xml.WOSetDeserializer extends org.apache.axis.encoding.ser.ArrayDeserializer implements Serializable

serialVersionUID: 642358690173355890L

Class com.webobjects.webservices.support.xml.WOSetDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: 6552672066605727264L

Class com.webobjects.webservices.support.xml.WOSetSerializer extends org.apache.axis.encoding.ser.ArraySerializer implements Serializable

serialVersionUID: -8965413715780008788L

Class com.webobjects.webservices.support.xml.WOSetSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: 4952798886805380300L

Class com.webobjects.webservices.support.xml.WOStringKeyMap extends HashMap implements Serializable

serialVersionUID: -3682691355995002361L

Class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: -5710929433258303669L

Class com.webobjects.webservices.support.xml.WOStringKeyMapDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -6622242401750886744L

Class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer extends Object implements Serializable

serialVersionUID: -6949098783548881159L

Class com.webobjects.webservices.support.xml.WOStringKeyMapSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: -4879007409973345314L

Class com.webobjects.webservices.support.xml.WOTimeDeserializer extends org.apache.axis.encoding.ser.CalendarDeserializer implements Serializable

serialVersionUID: -8957169383240856251L

Class com.webobjects.webservices.support.xml.WOTimeDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -4876978589965850973L

Class com.webobjects.webservices.support.xml.WOTimeSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: -1364261028112366972L

Class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

serialVersionUID: 5010249836358345307L

Serialized Fields

typesByMemberName

Hashtable typesByMemberName

currentName

String currentName

currentData

byte[] currentData

Class com.webobjects.webservices.support.xml.WOTimeZoneDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory implements Serializable

serialVersionUID: -546589004175310734L

Class com.webobjects.webservices.support.xml.WOTimeZoneSerializer extends Object implements Serializable

serialVersionUID: 3114969116239841643L

Class com.webobjects.webservices.support.xml.WOTimeZoneSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory implements Serializable

serialVersionUID: -8286629168560087987L


Package com.webobjects.woextensions

Class com.webobjects.woextensions.JSAlertPanel extends JSComponent implements Serializable

serialVersionUID: 1754572093991553187L

Class com.webobjects.woextensions.JSComponent extends WOComponent implements Serializable

Class com.webobjects.woextensions.JSConfirmPanel extends JSAlertPanel implements Serializable

serialVersionUID: 3075601038366218162L

Class com.webobjects.woextensions.JSImageFlyover extends JSComponent implements Serializable

serialVersionUID: 2862255300870409518L

Serialized Fields

uniqueID

String uniqueID

Class com.webobjects.woextensions.JSModalWindow extends JSComponent implements Serializable

serialVersionUID: -5809303239430403707L

Class com.webobjects.woextensions.JSTextFlyover extends JSComponent implements Serializable

serialVersionUID: 7017708805658062270L

Class com.webobjects.woextensions.JSValidatedField extends WOComponent implements Serializable

serialVersionUID: 5442156331436169054L

Serialized Fields

uniqueID

String uniqueID

Class com.webobjects.woextensions.WOAggregateEventRow extends WOEventRow implements Serializable

serialVersionUID: -8510392264402410513L

Class com.webobjects.woextensions.WOAnyField extends WOComponent implements Serializable

serialVersionUID: 8039522683298340956L

Serialized Fields

selectedKeyItem

String selectedKeyItem

selectedOperatorItem

String selectedOperatorItem

Class com.webobjects.woextensions.WOAssociationEventRow extends WOEventRow implements Serializable

serialVersionUID: -2310114507923753482L

Class com.webobjects.woextensions.WOBatchNavigationBar extends WOComponent implements Serializable

serialVersionUID: 7683320751439787960L

Class com.webobjects.woextensions.WOCheckboxMatrix extends WOComponent implements Serializable

serialVersionUID: 6663812652653512868L

Serialized Fields

currentItem

Object currentItem

index

int index

Class com.webobjects.woextensions.WOCollapsibleComponentContent extends WOComponent implements Serializable

serialVersionUID: -8090282673954704797L

Class com.webobjects.woextensions.WOCompletionBar extends WOComponent implements Serializable

serialVersionUID: 5462833811919852953L

Serialized Fields

value

int value

showedValue

int showedValue

valueMin

int valueMin

valueMax

int valueMax

width

String width

barColor

String barColor

backgroundColor

String backgroundColor

border

String border

numberformat

DecimalFormat numberformat

align

String align

Class com.webobjects.woextensions.WODictionaryRepetition extends WOComponent implements Serializable

serialVersionUID: -7409026776758074628L

Class com.webobjects.woextensions.WOEventDisplayPage extends WOEventPage implements Serializable

serialVersionUID: 1169474085544058231L

Serialized Fields

currentEvent

EOEvent currentEvent

selectionPath

NSArray selectionPath

events

NSArray events

cache

NSMutableDictionary cache

webEvents

NSMutableArray webEvents

eofEvents

NSMutableArray eofEvents

Class com.webobjects.woextensions.WOEventPage extends WOComponent implements Serializable

serialVersionUID: 4790774980948217080L

Serialized Fields

password

String password

userName

String userName

Class com.webobjects.woextensions.WOEventRow extends WOComponent implements Serializable

serialVersionUID: 479222162955344643L

Serialized Fields

object

EOEvent object

event

EOEvent event

controller

WOEventDisplayPage controller

displayMode

int displayMode

Class com.webobjects.woextensions.WOEventSetupPage extends WOEventPage implements Serializable

serialVersionUID: 1885670753589116369L

Serialized Fields

currentClass

Class currentClass

currentEventDescription

String currentEventDescription

currentIndex

int currentIndex

Class com.webobjects.woextensions.WOExceptionPage extends WOComponent implements Serializable

serialVersionUID: 1258835616912580519L

Serialized Fields

exception

Throwable exception

exceptions

NSArray exceptions

currentException

WOParsedException currentException

currentExceptionFrame

WOParsedErrorLine currentExceptionFrame

exceptionIndex

int exceptionIndex

Class com.webobjects.woextensions.WOIFrame extends WOComponent implements Serializable

serialVersionUID: -2325035566227273749L

Class com.webobjects.woextensions.WOKeyValueConditional extends WOComponent implements Serializable

serialVersionUID: 892700370928404900L

Class com.webobjects.woextensions.WOLongResponsePage extends WOComponent implements Serializable

Class com.webobjects.woextensions.WOMetaRefresh extends WOComponent implements Serializable

serialVersionUID: 314071046686433647L

Class com.webobjects.woextensions.WOPageRestorationError extends WOComponent implements Serializable

serialVersionUID: -893639337372857844L

Class com.webobjects.woextensions.WORadioButtonMatrix extends WOComponent implements Serializable

serialVersionUID: 5955436662991492250L

Serialized Fields

currentItem

Object currentItem

index

int index

Class com.webobjects.woextensions.WOSessionCreationError extends WOComponent implements Serializable

serialVersionUID: 7946980522717365375L

Class com.webobjects.woextensions.WOSessionRestorationError extends WOComponent implements Serializable

serialVersionUID: -4135544752580465678L

Class com.webobjects.woextensions.WOSimpleArrayDisplay extends WOComponent implements Serializable

serialVersionUID: -5785837437845674319L

Serialized Fields

list

NSArray list

numberToDisplay

int numberToDisplay

itemDisplayKey

String itemDisplayKey

listAction

String listAction

listActionString

String listActionString

currentItem

Object currentItem

Class com.webobjects.woextensions.WOSimpleArrayDisplay2 extends WOSimpleArrayDisplay implements Serializable

serialVersionUID: -7272446696639540150L

Serialized Fields

listTarget

String listTarget

itemTarget

String itemTarget

Class com.webobjects.woextensions.WOSortOrder extends WOComponent implements Serializable

serialVersionUID: 4587714164105335803L

Class com.webobjects.woextensions.WOSortOrderManyKey extends WOComponent implements Serializable

serialVersionUID: -8495075098972394200L

Class com.webobjects.woextensions.WOStatsPage extends WOComponent implements Serializable

serialVersionUID: -9056353701800160191L

Serialized Fields

detailsDict

NSDictionary detailsDict

pagesDict

NSDictionary pagesDict

directActionsDict

NSDictionary directActionsDict

sessionMemoryDict

NSDictionary sessionMemoryDict

transactions

NSDictionary transactions

statsDict

NSDictionary statsDict

memoryDict

NSDictionary memoryDict

sessionStats

NSArray sessionStats

sessionsDict

NSMutableDictionary sessionsDict

maxPageCount

long maxPageCount

maxActionCount

long maxActionCount

maxSessionsDate

NSTimestamp maxSessionsDate

userName

String userName

currentKey

Object currentKey

currentItem

Object currentItem

password

String password

Class com.webobjects.woextensions.WOTable extends WOComponent implements Serializable

serialVersionUID: -2221058165224845301L

Serialized Fields

currentRow

int currentRow

currentCol

int currentCol

Class com.webobjects.woextensions.WOTableString extends WOComponent implements Serializable

serialVersionUID: 6851850042683156120L

Serialized Fields

oldFormatString

String oldFormatString
Deprecated. 

Class com.webobjects.woextensions.WOTabPanel extends WOComponent implements Serializable

serialVersionUID: 6918912220119434932L

Serialized Fields

currentTab

Object currentTab

bgcolor

String bgcolor

Class com.webobjects.woextensions.WOThresholdColoredNumber extends WOComponent implements Serializable

serialVersionUID: 4216947041131501352L

Class com.webobjects.woextensions.WOToManyRelationship extends WOComponent implements Serializable

serialVersionUID: -5849745831508572770L

Serialized Fields

theCurrentItem

Object theCurrentItem

Class com.webobjects.woextensions.WOToOneRelationship extends WOComponent implements Serializable

serialVersionUID: 5065019896974184314L

Serialized Fields

theCurrentItem

Object theCurrentItem

Class com.webobjects.woextensions.WXAccessControl extends WOComponent implements Serializable

serialVersionUID: -5595628326476491260L

Class com.webobjects.woextensions.WXBar extends WOComponent implements Serializable

serialVersionUID: 6342228068487684828L

Class com.webobjects.woextensions.WXOutlineControl extends WOComponent implements Serializable

serialVersionUID: 7231151350572216558L

Class com.webobjects.woextensions.WXOutlineEntry extends WOComponent implements Serializable

serialVersionUID: 39155973473419070L

Class com.webobjects.woextensions.WXOutlineRepetition extends WOComponent implements Serializable

serialVersionUID: 5680906121425014559L

Class com.webobjects.woextensions.WXSortOrder extends WOComponent implements Serializable

serialVersionUID: 2162236325831711154L


Last updated June 2008

Copyright © 2000-2008 Apple Inc.