Serialized Form


Package org.apache.tapestry

Class org.apache.tapestry.ApplicationServlet extends HttpServlet implements Serializable

serialVersionUID: -8046042689991538059L

Serialized Fields

_resolver

ClassResolver _resolver
Since:
2.3

_registryKey

String _registryKey
The key used to store the registry into the ServletContext.

Since:
4.0

_registry

Registry _registry
Since:
4.0

_requestServicer

ServletRequestServicer _requestServicer
Since:
4.0

Class org.apache.tapestry.BaseSessionStoreOptimized extends Object implements Serializable

serialVersionUID: -2786704444616789831L

Class org.apache.tapestry.BindingException extends ApplicationRuntimeException implements Serializable

serialVersionUID: 1336659143140967861L

Class org.apache.tapestry.PageNotFoundException extends ApplicationRuntimeException implements Serializable

serialVersionUID: -4776430599632429708L

Class org.apache.tapestry.PageRedirectException extends ApplicationRuntimeException implements Serializable

serialVersionUID: -7693744317997065965L

Serialized Fields

_targetPageName

String _targetPageName

Class org.apache.tapestry.RedirectException extends ApplicationRuntimeException implements Serializable

serialVersionUID: -9215837473156146010L

Serialized Fields

_redirectLocation

String _redirectLocation

Class org.apache.tapestry.RenderRewoundException extends ApplicationRuntimeException implements Serializable

serialVersionUID: -4212602864703507206L

Class org.apache.tapestry.StaleLinkException extends ApplicationRuntimeException implements Serializable

serialVersionUID: -1266992401198999606L

Serialized Fields

_pageName

String _pageName

_targetIdPath

String _targetIdPath

_targetActionId

String _targetActionId

Class org.apache.tapestry.StaleSessionException extends ApplicationRuntimeException implements Serializable

serialVersionUID: 6733303549871198597L

Serialized Fields

_pageName

String _pageName

Package org.apache.tapestry.callback

Class org.apache.tapestry.callback.DirectCallback extends Object implements Serializable

serialVersionUID: -8888847655917503471L

Serialized Fields

_pageName

String _pageName

_componentIdPath

String _componentIdPath

_parameters

Object[] _parameters

Class org.apache.tapestry.callback.ExternalCallback extends Object implements Serializable

serialVersionUID: -6783421589702643930L

Serialized Fields

_pageName

String _pageName

_parameters

Object[] _parameters

Class org.apache.tapestry.callback.PageCallback extends Object implements Serializable

serialVersionUID: -3286806776105690068L

Serialized Fields

_pageName

String _pageName

Package org.apache.tapestry.event

Class org.apache.tapestry.event.ObservedChangeEvent extends EventObject implements Serializable

serialVersionUID: -7693394232554811975L

Serialized Fields

_component

IComponent _component

_propertyName

String _propertyName

_newValue

Object _newValue

Class org.apache.tapestry.event.PageEvent extends EventObject implements Serializable

serialVersionUID: -6167989946862112436L

Class org.apache.tapestry.event.ReportStatusEvent extends EventObject implements Serializable

serialVersionUID: 7546818328708861783L

Serialized Fields

_receiver

DescriptionReceiver _receiver

Package org.apache.tapestry.form

Class org.apache.tapestry.form.BeanPropertySelectionModel extends Object implements Serializable

serialVersionUID: 3763091973006766644L

Serialized Fields

_list

List<E> _list

_labelField

String _labelField

Package org.apache.tapestry.parse

Class org.apache.tapestry.parse.TemplateParseException extends Exception implements Serializable

serialVersionUID: 3741503276431589982L

Serialized Fields

_location

Location _location

_rootCause

Throwable _rootCause

Package org.apache.tapestry.services.impl

Class org.apache.tapestry.services.impl.EngineServiceInnerProxy extends Object implements Serializable

serialVersionUID: -8128030027597659447L

Serialized Fields

_serviceName

String _serviceName

_outerProxy

EngineServiceOuterProxy _outerProxy

_source

EngineServiceSource _source

Class org.apache.tapestry.services.impl.EngineServiceOuterProxy extends Object implements Serializable

serialVersionUID: 2050789495671401625L

Serialized Fields

_serviceName

String _serviceName

_delegate

IEngineService _delegate

Package org.apache.tapestry.util

Class org.apache.tapestry.util.ComponentAddress extends Object implements Serializable

serialVersionUID: 533068199722072804L

Serialized Fields

_pageName

String _pageName

_idPath

String _idPath

Class org.apache.tapestry.util.MultiKey extends Object implements Serializable

serialVersionUID: 4465448607415788806L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads the state previously written by MultiKey.writeExternal(ObjectOutput).

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes a count of the keys, then writes each individual key.

Throws:
IOException

Package org.apache.tapestry.util.exception

Class org.apache.tapestry.util.exception.ExceptionDescription extends Object implements Serializable

serialVersionUID: -4874930784340781514L

Serialized Fields

_exceptionClassName

String _exceptionClassName

_message

String _message

_properties

ExceptionProperty[] _properties

_stackTrace

String[] _stackTrace

Class org.apache.tapestry.util.exception.ExceptionProperty extends Object implements Serializable

serialVersionUID: 5260773289683550374L

Serialized Fields

_name

String _name
Since:
2.0.4

_value

Object _value

Package org.apache.tapestry.util.xml

Class org.apache.tapestry.util.xml.DocumentParseException extends ApplicationRuntimeException implements Serializable

serialVersionUID: 4630222650675402789L

Class org.apache.tapestry.util.xml.InvalidStringException extends DocumentParseException implements Serializable

serialVersionUID: 8199998733585358584L

Serialized Fields

_invalidString

String _invalidString

Package org.apache.tapestry.valid

Class org.apache.tapestry.valid.FieldTracking extends Object implements Serializable

serialVersionUID: -5397563163968532716L

Serialized Fields

_input

String _input

_renderer

IRender _renderer

_fieldName

String _fieldName

_constraint

ValidationConstraint _constraint

Class org.apache.tapestry.valid.RenderString extends Object implements Serializable

serialVersionUID: 6215074338439140780L

Serialized Fields

_string

String _string

_raw

boolean _raw

Class org.apache.tapestry.valid.ValidationConstraint extends Object implements Serializable

serialVersionUID: 371593028205311930L

Serialized Fields

_name

String _name

Class org.apache.tapestry.valid.ValidationDelegate extends Object implements Serializable

serialVersionUID: 6215074338439140780L

Serialized Fields

_trackings

List<E> _trackings
A list of IFieldTracking.


_trackingMap

Map<K,V> _trackingMap
A map of IFieldTracking, keyed on form element name.

Class org.apache.tapestry.valid.ValidatorException extends Exception implements Serializable

serialVersionUID: 2451683137746501377L

Serialized Fields

_errorRenderer

IRender _errorRenderer

_constraint

ValidationConstraint _constraint



Copyright © 2006 Apache Software Foundation. All Rights Reserved.