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

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 Exception implements Serializable

Serialized Fields

cause

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 Object implements Serializable

Serialized Fields

locale

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


remoteNode

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


server

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

String parameter
The parameter

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

Serialized Fields

name

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


scope

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

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

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 Object implements Serializable

Serialized Fields

key

String key
The message key for this message.


values

Object[] values
The replacement values for this mesasge.

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

Serialized Fields

messages

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 Object implements Serializable

Serialized Fields

list

List list
The list of Messages.


iOrder

int iOrder
The position in the list of messages.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.