Serialized Form


Package org.apache.commons.scaffold.http

Class org.apache.commons.scaffold.http.ConnectionServlet extends ResourceServlet implements Serializable

Class org.apache.commons.scaffold.http.ResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

properties

java.util.Properties properties
Our default properties object.

The default properties can be used to store applications settings that do not need to be localized and may not even be displayed to the user.

Class org.apache.commons.scaffold.http.SetUp extends ConnectionServlet implements Serializable


Package org.apache.commons.scaffold.lang

Class org.apache.commons.scaffold.lang.BaseException extends ChainedException implements Serializable

Class org.apache.commons.scaffold.lang.ChainedException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.apache.commons.scaffold.lang.ParameterException extends BaseException implements Serializable

Class org.apache.commons.scaffold.lang.PopulateException extends BaseException implements Serializable

Class org.apache.commons.scaffold.lang.PropertiesException extends ResourceException implements Serializable

Class org.apache.commons.scaffold.lang.ResourceException extends BaseException implements Serializable


Package org.apache.commons.scaffold.util

Class org.apache.commons.scaffold.util.BizRequestImpl extends java.lang.Object implements Serializable

Serialized Fields

locale

java.util.Locale locale
The locale for this bean instance, if any.


remoteNode

java.lang.Integer remoteNode
The remoteNode for this bean instance, if any.


server

java.lang.Object server
The remote server object for this bean instance, if any. This is often an application-scope object that can be used to process a JDBC query or equivalent. By default, the ProcessAction will set this to any application scope object found under the key "REMOTE_SERVER", or to null.


parameter

java.lang.String parameter
The parameter

Class org.apache.commons.scaffold.util.BizResponseImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The attribute name for the result [null].


scope

java.lang.String scope
Field to store the scope property [request].


singleForm

boolean singleForm
Field to store single-form state [false].


exposed

boolean exposed
Field to store exposed property [true].


data

java.lang.Object data
Field to store the data property [null].


aggregate

boolean aggregate
Field to store the aggregate state [false].


messages

Messages messages
Field to store the message property [ArrayList].


dispatch

java.lang.String dispatch
Field to store dispatch property [null].


dispatchPath

boolean dispatchPath
Field to store dispatchPath property [false].


scroller

Scroller scroller
Our scroller object for paging through lists.

Class org.apache.commons.scaffold.util.MessageImpl extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.String key
The message key for this message.


values

java.lang.Object[] values
The replacement values for this mesasge.

Class org.apache.commons.scaffold.util.MessagesImpl extends java.lang.Object implements Serializable

Serialized Fields

messages

java.util.HashMap messages
The accumulated set of Message objects (represented as an ArrayList) for each property, keyed by property name.


iCount

int iCount
The current number of the property/key being added. This is used to maintain the order messages are added.

Class org.apache.commons.scaffold.util.MessagesImpl.MessageItem extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.List list
The list of Messages.


iOrder

int iOrder
The position in the list of messages.



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.