Serialized Form


Package org.araneaframework.backend

Class org.araneaframework.backend.BaseBean extends Object implements Serializable

Serialized Fields

changes

Set changes
Holds names of fields which are marked as changed. Is used for update/insert operations.


beanMapper

BeanMapper beanMapper
Private VoMapper, used for toString and equals methods.


Package org.araneaframework.backend.list.helper

Class org.araneaframework.backend.list.helper.NullValue extends Object implements Serializable

Serialized Fields

type

int type

Class org.araneaframework.backend.list.helper.SqlStatement extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

query

String query

parameters

List parameters

Class org.araneaframework.backend.list.helper.VariableMapper extends Object implements Serializable

Serialized Fields

map

Map map


Package org.araneaframework.backend.list.helper.naming

Class org.araneaframework.backend.list.helper.naming.ColumnAliasVariableResolver extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

namingStrategy

NamingStrategy namingStrategy

Class org.araneaframework.backend.list.helper.naming.ColumnNameVariableResolver extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

namingStrategy

NamingStrategy namingStrategy


Package org.araneaframework.backend.list.memorybased

Class org.araneaframework.backend.list.memorybased.BeanVariableResolver extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

mapper

BeanMapper mapper

bean

Object bean

Class org.araneaframework.backend.list.memorybased.ExpressionEvaluationException extends org.apache.commons.lang.exception.NestableException implements Serializable

serialVersionUID: 1l


Package org.araneaframework.backend.list.memorybased.compexpr

Class org.araneaframework.backend.list.memorybased.compexpr.LazyComparatorExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

factory

ComparatorExpressionFactory factory

expression

ComparatorExpression expression

Class org.araneaframework.backend.list.memorybased.compexpr.MultiComparatorExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

children

List children

Class org.araneaframework.backend.list.memorybased.compexpr.NopComparatorExpression extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.compexpr.ReverseComparatorExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

expression

ComparatorExpression expression

Class org.araneaframework.backend.list.memorybased.compexpr.VariableComparatorExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

name

String name

comparator

Comparator comparator


Package org.araneaframework.backend.list.memorybased.expression

Class org.araneaframework.backend.list.memorybased.expression.AlwaysTrueExpression extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.expression.LazyExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

factory

ExpressionFactory factory

expression

Expression expression

Class org.araneaframework.backend.list.memorybased.expression.MultiExpression extends Object implements Serializable

Serialized Fields

children

List children


Package org.araneaframework.backend.list.memorybased.expression.compare

Class org.araneaframework.backend.list.memorybased.expression.compare.ComparableExpression extends Object implements Serializable

Serialized Fields

expr1

Expression expr1

expr2

Expression expr2

comparator

Comparator comparator

Class org.araneaframework.backend.list.memorybased.expression.compare.ComparedEqualsExpression extends ComparableExpression implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.expression.compare.EndsWithExpression extends LikeExpression implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.expression.compare.EqualsExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

expr1

Expression expr1

expr2

Expression expr2

Class org.araneaframework.backend.list.memorybased.expression.compare.GreaterThanExpression extends ComparableExpression implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.expression.compare.IsNullExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

expr

Expression expr

Class org.araneaframework.backend.list.memorybased.expression.compare.LikeExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

expr

Expression expr

mask

Value mask

ignoreCase

boolean ignoreCase

configuration

LikeConfiguration configuration

Class org.araneaframework.backend.list.memorybased.expression.compare.LowerThanExpression extends ComparableExpression implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.expression.compare.StartsWithExpression extends LikeExpression implements Serializable

serialVersionUID: 1l


Package org.araneaframework.backend.list.memorybased.expression.constant

Class org.araneaframework.backend.list.memorybased.expression.constant.ValueExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

name

String name

value

Object value


Package org.araneaframework.backend.list.memorybased.expression.logical

Class org.araneaframework.backend.list.memorybased.expression.logical.AndExpression extends MultiExpression implements Serializable

serialVersionUID: 1l

Class org.araneaframework.backend.list.memorybased.expression.logical.InExpression extends MultiExpression implements Serializable

serialVersionUID: 1l

Serialized Fields

expr1

Expression expr1
The field value expression.

Class org.araneaframework.backend.list.memorybased.expression.logical.NotExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

expr

Expression expr

Class org.araneaframework.backend.list.memorybased.expression.logical.OrExpression extends MultiExpression implements Serializable

serialVersionUID: 1l


Package org.araneaframework.backend.list.memorybased.expression.procedure

Class org.araneaframework.backend.list.memorybased.expression.procedure.ProcedureExpression extends MultiExpression implements Serializable

serialVersionUID: 1l

Serialized Fields

name

String name


Package org.araneaframework.backend.list.memorybased.expression.string

Class org.araneaframework.backend.list.memorybased.expression.string.ConcatenationExpression extends MultiExpression implements Serializable

serialVersionUID: 1l


Package org.araneaframework.backend.list.memorybased.expression.variable

Class org.araneaframework.backend.list.memorybased.expression.variable.VariableExpression extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

name

String name


Package org.araneaframework.backend.list.model

Class org.araneaframework.backend.list.model.ListItemsData extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

itemRange

List itemRange

totalCount

Long totalCount

Class org.araneaframework.backend.list.model.ListQuery extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

listStructure

ListStructure listStructure
Since:
1.1

filterInfo

Map filterInfo
Since:
1.1

orderInfo

OrderInfo orderInfo
Since:
1.1

filterExpression

Expression filterExpression

orderExpression

ComparatorExpression orderExpression

itemRangeStart

Long itemRangeStart

itemRangeCount

Long itemRangeCount


Package org.araneaframework.backend.util

Class org.araneaframework.backend.util.BeanMapper extends Object implements Serializable

Serialized Fields

beanClass

Class beanClass
Holds the Bean Class.


createMissingBeans

boolean createMissingBeans
Whetther to create missing beans during writing bean subfields.


Package org.araneaframework.core

Class org.araneaframework.core.AraneaRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Class org.araneaframework.core.BaseApplicationComponent extends BaseComponent implements Serializable

Class org.araneaframework.core.BaseApplicationComponent.CompositeComponentImpl extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationComponent.ViewableImpl extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationComponent.ViewModel extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationService extends BaseService implements Serializable

Serialized Fields

actionListeners

Map actionListeners

viewData

Map viewData

Class org.araneaframework.core.BaseApplicationService.CompositeImpl extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationService.ViewableImpl extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationService.ViewModel extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationWidget extends BaseWidget implements Serializable

Serialized Fields

eventListeners

Map eventListeners

globalListener

EventListener globalListener

actionListeners

Map actionListeners

viewData

Map viewData

viewDataOnce

Map viewDataOnce

Class org.araneaframework.core.BaseApplicationWidget.CompositeImpl extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationWidget.ViewableImpl extends Object implements Serializable

Class org.araneaframework.core.BaseApplicationWidget.ViewModel extends Object implements Serializable

Serialized Fields

viewData

Map viewData

Class org.araneaframework.core.BaseComponent extends Object implements Serializable

Serialized Fields

environment

Environment environment

scope

Scope scope

children

Map children

disabledChildren

Map disabledChildren

state

byte state

Class org.araneaframework.core.BaseComponent.ComponentImpl extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.core.BaseEnvironment extends Object implements Serializable

Class org.araneaframework.core.BaseService extends BaseComponent implements Serializable

Class org.araneaframework.core.BaseService.ServiceImpl extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.core.BaseWidget extends BaseService implements Serializable

Class org.araneaframework.core.BaseWidget.WidgetImpl extends Object implements Serializable

Class org.araneaframework.core.BroadcastMessage extends Object implements Serializable

Serialized Fields

componentClass

Class componentClass

Class org.araneaframework.core.EmptyPathStackException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.EventException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoCurrentInputDataSetException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoCurrentOutputDataSetException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoSuchComponentException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoSuchEnvironmentEntryException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoSuchNarrowableException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoSuchServiceException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.NoSuchWidgetException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.core.ProxyActionListener extends Object implements Serializable

Serialized Fields

actionTarget

Object actionTarget

Class org.araneaframework.core.ProxyEventListener extends Object implements Serializable

Serialized Fields

eventTarget

Object eventTarget

Class org.araneaframework.core.RelocatableDecorator extends BaseService implements Serializable

serialVersionUID: 1l

Serialized Fields

child

Service child
The child service that is made relocatable.

Class org.araneaframework.core.RelocatableDecorator.RelocatableComponentImpl extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.core.RoutedMessage extends Object implements Serializable

Serialized Fields

path

Path path

destination

String destination

Class org.araneaframework.core.SeriesMessage extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

series

Message[] series

Class org.araneaframework.core.StandardActionListener extends Object implements Serializable

Class org.araneaframework.core.StandardEnvironment extends BaseEnvironment implements Serializable

Serialized Fields

entries

Map entries

parentEnv

Environment parentEnv

Class org.araneaframework.core.StandardEnvironmentAwareCallback extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.core.StandardEventListener extends Object implements Serializable

Class org.araneaframework.core.StandardPath extends Object implements Serializable

Serialized Fields

path

LinkedList path

Class org.araneaframework.core.StandardScope extends Object implements Serializable

Serialized Fields

id

Object id

parent

Scope parent


Package org.araneaframework.framework

Class org.araneaframework.framework.EmptyCallStackException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.framework.NoSerializedClientStateException extends AraneaRuntimeException implements Serializable

Class org.araneaframework.framework.StandardConfirmationFilterWidget extends BaseFilterWidget implements Serializable

serialVersionUID: 1l

Serialized Fields

closure

org.apache.commons.collections.Closure closure

message

String message


Package org.araneaframework.framework.container

Class org.araneaframework.framework.container.ExceptionHandlingFlowContainerWidget extends StandardFlowContainerWidget implements Serializable

Serialized Fields

exception

Exception exception
The exception that occurs is stored in this variable.

Class org.araneaframework.framework.container.RootFlowContainerWidget extends StandardFlowContainerWidget implements Serializable

Class org.araneaframework.framework.container.StandardContainerService extends BaseFilterService implements Serializable

Class org.araneaframework.framework.container.StandardFlowContainerWidget extends BaseApplicationWidget implements Serializable

Serialized Fields

callStack

LinkedList callStack
The stack of all the calls.


top

Widget top
The top callable widget.


finishable

boolean finishable

nestedEnvironmentEntries

Map nestedEnvironmentEntries

nestedEnvEntryStacks

Map nestedEnvEntryStacks

Class org.araneaframework.framework.container.StandardFlowContainerWidget.CallFrame extends Object implements Serializable

Serialized Fields

widget

Widget widget

configurator

FlowContext.Configurator configurator

handler

FlowContext.Handler handler

name

String name

transitionHandler

FlowContext.TransitionHandler transitionHandler

Class org.araneaframework.framework.container.StandardFlowContainerWidget.CancelClosure extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.framework.container.StandardFlowContainerWidget.FinishClosure extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

result

Object result

Class org.araneaframework.framework.container.StandardFlowContainerWidget.FlowReference extends Object implements Serializable

Serialized Fields

currentDepth

int currentDepth

Class org.araneaframework.framework.container.StandardFlowContainerWidget.ReplaceClosure extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

flow

Widget flow

configurator

FlowContext.Configurator configurator

Class org.araneaframework.framework.container.StandardFlowContainerWidget.ResetClosure extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

callback

EnvironmentAwareCallback callback

Class org.araneaframework.framework.container.StandardFlowContainerWidget.StandardTransitionHandler extends Object implements Serializable

serialVersionUID: 1l

Class org.araneaframework.framework.container.StandardFlowContainerWidget.StartClosure extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

flow

Widget flow

configurator

FlowContext.Configurator configurator

handler

FlowContext.Handler handler

Class org.araneaframework.framework.container.StandardOverlayContainerWidget extends BaseApplicationWidget implements Serializable

Serialized Fields

presentationOptions

Map presentationOptions

main

Widget main

overlay

FlowContextWidget overlay

Class org.araneaframework.framework.container.StandardServiceAdapterWidget extends BaseWidget implements Serializable

Serialized Fields

childService

Service childService

eventReceived

boolean eventReceived

Class org.araneaframework.framework.container.StandardWidgetAdapterService extends BaseFilterWidget implements Serializable


Package org.araneaframework.framework.core

Class org.araneaframework.framework.core.BaseFilterService extends BaseService implements Serializable

Serialized Fields

childService

Service childService

Class org.araneaframework.framework.core.BaseFilterWidget extends BaseWidget implements Serializable

Serialized Fields

childWidget

Widget childWidget

Class org.araneaframework.framework.core.NopFilterService extends BaseFilterService implements Serializable

Class org.araneaframework.framework.core.NopFilterWidget extends BaseFilterWidget implements Serializable


Package org.araneaframework.framework.filter

Class org.araneaframework.framework.filter.StandardClassReloadingFilterWidget extends BaseApplicationWidget implements Serializable

Serialized Fields

childClassName

String childClassName

child

Relocatable.RelocatableWidget child

Class org.araneaframework.framework.filter.StandardContextMapFilterWidget extends BaseFilterWidget implements Serializable

Serialized Fields

contexts

Map contexts

Class org.araneaframework.framework.filter.StandardContinuationFilterService extends BaseFilterService implements Serializable

Serialized Fields

continuation

Service continuation

Class org.araneaframework.framework.filter.StandardCriticalExceptionHandlingFilterService extends BaseFilterService implements Serializable

Serialized Fields

factory

ExceptionHandlerFactory factory

Class org.araneaframework.framework.filter.StandardFilterChainService extends BaseFilterService implements Serializable

Serialized Fields

filterChain

List filterChain

Class org.araneaframework.framework.filter.StandardFilterChainWidget extends BaseFilterWidget implements Serializable

Serialized Fields

filterChain

List filterChain

Class org.araneaframework.framework.filter.StandardLocalizationFilterService extends BaseFilterService implements Serializable

Serialized Fields

resourceBundleName

String resourceBundleName

currentLocale

Locale currentLocale

localeChangeListeners

List localeChangeListeners

Class org.araneaframework.framework.filter.StandardMessagingFilterWidget extends BaseFilterWidget implements Serializable

Serialized Fields

permanentMessages

Map permanentMessages

messages

Map messages

Class org.araneaframework.framework.filter.StandardMountPointFilterService extends BaseFilterService implements Serializable

Class org.araneaframework.framework.filter.StandardRenderStatusResettingFilterWidget extends BaseFilterWidget implements Serializable

Class org.araneaframework.framework.filter.StandardSerializingAuditFilterService extends BaseFilterService implements Serializable

Serialized Fields

testXmlSessionPath

String testXmlSessionPath

callRWLock

ReadWriteLock callRWLock

Class org.araneaframework.framework.filter.StandardStatisticFilterService extends BaseFilterService implements Serializable

Serialized Fields

message

String message

Class org.araneaframework.framework.filter.StandardSystemFormFilterService extends BaseFilterService implements Serializable

Serialized Fields

fields

Map fields

Class org.araneaframework.framework.filter.StandardTransactionFilterWidget extends BaseFilterWidget implements Serializable

Serialized Fields

transHelper

TransactionHelper transHelper

consistent

boolean consistent


Package org.araneaframework.framework.message

Class org.araneaframework.framework.message.StandardFlowContextResettingMessage extends Object implements Serializable

Serialized Fields

flow

Widget flow


Package org.araneaframework.framework.router

Class org.araneaframework.framework.router.BaseExpiringServiceRouterService extends BaseServiceRouterService implements Serializable

Serialized Fields

timeCapsules

Map timeCapsules

serviceTTLMap

Map serviceTTLMap

Class org.araneaframework.framework.router.BaseExpiringServiceRouterService.ServiceRouterContextImpl extends BaseServiceRouterService.ServiceRouterContextImpl implements Serializable

Class org.araneaframework.framework.router.BaseExpiringServiceRouterService.TimeCapsule extends Object implements Serializable

Serialized Fields

ttl

Long ttl

lastActivity

Long lastActivity

Class org.araneaframework.framework.router.BaseServiceRouterService extends BaseService implements Serializable

Serialized Fields

serviceMap

Map serviceMap

defaultServiceId

Object defaultServiceId

Class org.araneaframework.framework.router.BaseServiceRouterService.ServiceRouterContextImpl extends Object implements Serializable