Serialized Form


Package org.appfuse.model

Class org.appfuse.model.Address extends BaseObject implements Serializable

serialVersionUID: 3617859655330969141L

Serialized Fields

address

String address

city

String city

province

String province

country

String country

postalCode

String postalCode

Class org.appfuse.model.BaseObject extends Object implements Serializable

Class org.appfuse.model.LabelValue extends Object implements Serializable

serialVersionUID: 3689355407466181430L

Serialized Fields

label

String label
The property which supplies the option label visible to the end user.


value

String value
The property which supplies the value returned to the server.

Class org.appfuse.model.Role extends BaseObject implements Serializable

serialVersionUID: 3690197650654049848L

Serialized Fields

id

Long id

name

String name

description

String description

Class org.appfuse.model.User extends BaseObject implements Serializable

serialVersionUID: 3832626162173359411L

Serialized Fields

id

Long id

username

String username

password

String password

confirmPassword

String confirmPassword

passwordHint

String passwordHint

firstName

String firstName

lastName

String lastName

email

String email

phoneNumber

String phoneNumber

website

String website

address

Address address

version

Integer version

roles

Set<E> roles

enabled

boolean enabled

accountExpired

boolean accountExpired

accountLocked

boolean accountLocked

credentialsExpired

boolean credentialsExpired

Package org.appfuse.service

Class org.appfuse.service.UserExistsException extends Exception implements Serializable

serialVersionUID: 4050482305178810162L


Package org.appfuse.webapp.form

Class org.appfuse.webapp.form.AddressForm extends BaseForm implements Serializable

Serialized Fields

address

String address

city

String city

province

String province

country

String country

postalCode

String postalCode

Class org.appfuse.webapp.form.BaseForm extends ValidatorForm implements Serializable

serialVersionUID: 3257005453799404851L

Class org.appfuse.webapp.form.RoleForm extends BaseForm implements Serializable

Class org.appfuse.webapp.form.UploadForm extends BaseForm implements Serializable

serialVersionUID: 3257850969634190134L

Serialized Fields

name

String name
The value of the text the user has sent as form data


file

FormFile file
The file that the user has uploaded

Class org.appfuse.webapp.form.UserForm extends BaseForm implements Serializable

Serialized Fields

id

String id

username

String username

password

String password

confirmPassword

String confirmPassword

passwordHint

String passwordHint

firstName

String firstName

lastName

String lastName

email

String email

phoneNumber

String phoneNumber

website

String website

fullName

String fullName

address

org.appfuse.webapp.form.AddressForm address

authorities

String authorities

version

String version

enabled

boolean enabled

accountExpired

boolean accountExpired

accountNonExpired

boolean accountNonExpired

accountLocked

boolean accountLocked

accountNonLocked

boolean accountNonLocked

credentialsExpired

boolean credentialsExpired

credentialsNonExpired

boolean credentialsNonExpired

Package org.appfuse.webapp.taglib

Class org.appfuse.webapp.taglib.ConstantsTag extends TagSupport implements Serializable

serialVersionUID: 3258417209566116146L

Serialized Fields

log

org.apache.commons.logging.Log log

clazz

String clazz
The class to expose the variables from.


scope

String scope
The scope to be put the variable in.


var

String var
The single variable to expose.

Class org.appfuse.webapp.taglib.CountryTag extends TagSupport implements Serializable

serialVersionUID: 3905528206810167095L

Serialized Fields

name

String name

prompt

String prompt

scope

String scope

selected

String selected

Class org.appfuse.webapp.taglib.LabelTag extends TagSupport implements Serializable

serialVersionUID: 3256442512435721011L

Serialized Fields

key

String key

styleClass

String styleClass

errorClass

String errorClass

colon

boolean colon



Copyright � 2002-2006