Serialized Form


Package org.apache.struts2.showcase

Class org.apache.struts2.showcase.DateAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

now

Date now

past

Date past

future

Date future

after

Date after

before

Date before

Class org.apache.struts2.showcase.DynamicTreeSelectAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

nodeId

long nodeId

currentCategory

Category currentCategory

Class org.apache.struts2.showcase.LotsOfOptiontransferselectAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

_favouriteCartoonCharactersKeys

List<E> _favouriteCartoonCharactersKeys

_notFavouriteCartoonCharactersKeys

List<E> _notFavouriteCartoonCharactersKeys

_favouriteCarsKeys

List<E> _favouriteCarsKeys

_notFavouriteCarsKeys

List<E> _notFavouriteCarsKeys

_favouriteMotorcyclesKeys

List<E> _favouriteMotorcyclesKeys

_notFavouriteMotorcyclesKeys

List<E> _notFavouriteMotorcyclesKeys

_favouriteCountriesKeys

List<E> _favouriteCountriesKeys

_notFavouriteCountriesKeys

List<E> _notFavouriteCountriesKeys

_favouriteSportsKeys

List<E> _favouriteSportsKeys

_nonFavouriteSportsKeys

List<E> _nonFavouriteSportsKeys

_favouriteCities

List<E> _favouriteCities

_prioritisedFavouriteCartoonCharacters

List<E> _prioritisedFavouriteCartoonCharacters

_prioritisedFavouriteCars

List<E> _prioritisedFavouriteCars

_prioritisedFavouriteCountries

List<E> _prioritisedFavouriteCountries

Class org.apache.struts2.showcase.LotsOfRichtexteditorAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

description1

String description1

description2

String description2

description3

String description3

description4

String description4

Class org.apache.struts2.showcase.MoreSelectsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

_prioritisedFavouriteCartoonCharacters

List<E> _prioritisedFavouriteCartoonCharacters

_prioritisedFavouriteCars

List<E> _prioritisedFavouriteCars

_prioritisedFavouriteCountries

List<E> _prioritisedFavouriteCountries

favouriteNumbers

List<E> favouriteNumbers

Class org.apache.struts2.showcase.ShowAjaxDynamicTreeAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

nodeId

int nodeId

Class org.apache.struts2.showcase.ShowDynamicTreeAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Class org.apache.struts2.showcase.UITagExample extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -94044809860988047L

Serialized Fields

name

String name

birthday

Date birthday

wakeup

Date wakeup

bio

String bio

favouriteColor

String favouriteColor

friends

List<E> friends

bestFriend

String bestFriend

legalAge

boolean legalAge

state

String state

region

String region

picture

File picture

pictureContentType

String pictureContentType

pictureFileName

String pictureFileName

favouriteLanguage

String favouriteLanguage

favouriteVehicalType

String favouriteVehicalType

favouriteVehicalSpecific

String favouriteVehicalSpecific

leftSideCartoonCharacters

List<E> leftSideCartoonCharacters

rightSideCartoonCharacters

List<E> rightSideCartoonCharacters

favouriteLanguages

List<E> favouriteLanguages

vehicalTypeList

List<E> vehicalTypeList

vehicalSpecificMap

Map<K,V> vehicalSpecificMap

thoughts

String thoughts

Package org.apache.struts2.showcase.action

Class org.apache.struts2.showcase.action.AbstractCRUDAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

availableItems

Collection<E> availableItems

toDelete

String[] toDelete

Class org.apache.struts2.showcase.action.EmployeeAction extends AbstractCRUDAction implements Serializable

serialVersionUID: 7047317819789938957L

Serialized Fields

empId

Long empId

employeeDao

EmployeeDao employeeDao

currentEmployee

Employee currentEmployee

selectedSkills

List<E> selectedSkills

Class org.apache.struts2.showcase.action.ExampleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Class org.apache.struts2.showcase.action.JSPEvalAction extends ExampleAction implements Serializable

Serialized Fields

jsp

String jsp

Class org.apache.struts2.showcase.action.SkillAction extends AbstractCRUDAction implements Serializable

Serialized Fields

skillName

String skillName

skillDao

SkillDao skillDao

currentSkill

Skill currentSkill

Package org.apache.struts2.showcase.actionchaining

Class org.apache.struts2.showcase.actionchaining.ActionChain1 extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -6811701750042275153L

Serialized Fields

actionChain1Property1

String actionChain1Property1

Class org.apache.struts2.showcase.actionchaining.ActionChain2 extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 3951745956044674809L

Serialized Fields

actionChain1Property1

String actionChain1Property1

actionChain2Property1

String actionChain2Property1

Class org.apache.struts2.showcase.actionchaining.ActionChain3 extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -1456568865075250621L

Serialized Fields

actionChain1Property1

String actionChain1Property1

actionChain2Property1

String actionChain2Property1

actionChain3Property1

String actionChain3Property1

Package org.apache.struts2.showcase.ajax

Class org.apache.struts2.showcase.ajax.AjaxTestAction extends Object implements Serializable

Serialized Fields

data

String data

Class org.apache.struts2.showcase.ajax.AutocompleterExampleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -8481638176160014396L

Serialized Fields

select

String select

options

List<E> options

Class org.apache.struts2.showcase.ajax.Example4ShowPanelAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 7751976335066456596L

Serialized Fields

name

String name

gender

String gender

Class org.apache.struts2.showcase.ajax.Example5Action extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 2111967621952300611L

Serialized Fields

name

String name

age

Integer age

Package org.apache.struts2.showcase.ajax.tree

Class org.apache.struts2.showcase.ajax.tree.GetCategory extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

catId

long catId

category

Category category

Class org.apache.struts2.showcase.ajax.tree.Toggle extends GetCategory implements Serializable


Package org.apache.struts2.showcase.application

Class org.apache.struts2.showcase.application.MemoryStorage extends Object implements Serializable

serialVersionUID: 8611213748834904125L

Serialized Fields

memory

Map<K,V> memory

Class org.apache.struts2.showcase.application.TestDataProvider extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

skillDao

SkillDao skillDao

employeeDao

EmployeeDao employeeDao

Package org.apache.struts2.showcase.chat

Class org.apache.struts2.showcase.chat.ChatAuthenticationInterceptor extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.struts2.showcase.chat.ChatException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.struts2.showcase.chat.ChatInterceptor extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.struts2.showcase.chat.ChatLoginAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

chatService

ChatService chatService

session

Map<K,V> session

name

String name

Class org.apache.struts2.showcase.chat.ChatLogoutAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

chatService

ChatService chatService

session

Map<K,V> session

Class org.apache.struts2.showcase.chat.CrudRoomAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

chatService

ChatService chatService

name

String name

description

String description

Class org.apache.struts2.showcase.chat.EnterRoomAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

chatService

ChatService chatService

session

Map<K,V> session

roomName

String roomName

Class org.apache.struts2.showcase.chat.ExitRoomAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

roomName

String roomName

session

Map<K,V> session

chatService

ChatService chatService

Class org.apache.struts2.showcase.chat.MessagesAvailableInRoomAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

roomName

String roomName

chatService

ChatService chatService

messagesAvailableInRoom

List<E> messagesAvailableInRoom

Class org.apache.struts2.showcase.chat.RoomsAvailableAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

availableRooms

List<E> availableRooms

chatService

ChatService chatService

Class org.apache.struts2.showcase.chat.SendMessageToRoomAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

chatService

ChatService chatService

roomName

String roomName

message

String message

session

Map<K,V> session

Class org.apache.struts2.showcase.chat.User extends Object implements Serializable

serialVersionUID: -1434958919516089297L

Serialized Fields

name

String name

creationDate

Date creationDate

Class org.apache.struts2.showcase.chat.UsersAvailableAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

availableUsers

List<E> availableUsers

chatService

ChatService chatService

Class org.apache.struts2.showcase.chat.UsersAvailableInRoomAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

chatService

ChatService chatService

usersAvailableInRoom

List<E> usersAvailableInRoom

roomName

String roomName

Package org.apache.struts2.showcase.conversion

Class org.apache.struts2.showcase.conversion.AddressAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

addresses

Set<E> addresses

Class org.apache.struts2.showcase.conversion.OperationsEnumAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -2229489704988870318L

Serialized Fields

selectedOperations

List<E> selectedOperations

Class org.apache.struts2.showcase.conversion.Person extends Object implements Serializable

Serialized Fields

name

String name

age

Integer age

Class org.apache.struts2.showcase.conversion.PersonAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

persons

List<E> persons

Package org.apache.struts2.showcase.dao

Class org.apache.struts2.showcase.dao.AbstractDao extends Object implements Serializable

Serialized Fields

storage

Storage storage

Class org.apache.struts2.showcase.dao.EmployeeDao extends AbstractDao implements Serializable

serialVersionUID: -6615310540042830594L

Serialized Fields

skillDao

SkillDao skillDao

Class org.apache.struts2.showcase.dao.SkillDao extends AbstractDao implements Serializable

serialVersionUID: -8160406514074630866L


Package org.apache.struts2.showcase.exception

Class org.apache.struts2.showcase.exception.CreateException extends StorageException implements Serializable

serialVersionUID: 6734349565111633783L

Class org.apache.struts2.showcase.exception.DeleteException extends StorageException implements Serializable

serialVersionUID: -5286362812955627352L

Class org.apache.struts2.showcase.exception.DuplicateKeyException extends CreateException implements Serializable

serialVersionUID: 989620752592415898L

Class org.apache.struts2.showcase.exception.StorageException extends Exception implements Serializable

serialVersionUID: -2528721270540362905L

Class org.apache.struts2.showcase.exception.UpdateException extends StorageException implements Serializable

serialVersionUID: -4728238600375630452L


Package org.apache.struts2.showcase.fileupload

Class org.apache.struts2.showcase.fileupload.FileUploadAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 5156288255337069381L

Serialized Fields

contentType

String contentType

upload

File upload

fileName

String fileName

caption

String caption

Class org.apache.struts2.showcase.fileupload.MultipleFileUploadUsingArrayAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

uploads

File[] uploads

uploadFileNames

String[] uploadFileNames

uploadContentTypes

String[] uploadContentTypes

Class org.apache.struts2.showcase.fileupload.MultipleFileUploadUsingListAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

uploads

List<E> uploads

uploadFileNames

List<E> uploadFileNames

uploadContentTypes

List<E> uploadContentTypes

Package org.apache.struts2.showcase.freemarker

Class org.apache.struts2.showcase.freemarker.StandardTagsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

name

String name

gender

String[] gender

months

String[] months

Package org.apache.struts2.showcase.hangman

Class org.apache.struts2.showcase.hangman.GetUpdatedHangmanAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 5506025785406043027L

Serialized Fields

session

Map<K,V> session

hangman

Hangman hangman

Class org.apache.struts2.showcase.hangman.GuessCharacterAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 9050915577007590674L

Serialized Fields

session

Map<K,V> session

character

Character character

hangman

Hangman hangman

Class org.apache.struts2.showcase.hangman.Hangman extends Object implements Serializable

serialVersionUID: 8566954355839652509L

Serialized Fields

vocab

Vocab vocab

win

Boolean win

guessLeft

int guessLeft

charactersAvailable

List<E> charactersAvailable

charactersGuessed

List<E> charactersGuessed

Class org.apache.struts2.showcase.hangman.HangmanException extends RuntimeException implements Serializable

serialVersionUID: -8500292863595941335L

Serialized Fields

type

org.apache.struts2.showcase.hangman.HangmanException.Type type

Class org.apache.struts2.showcase.hangman.StartHangmanAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 2333463075324892521L

Serialized Fields

service

HangmanService service

hangman

Hangman hangman

session

Map<K,V> session

Class org.apache.struts2.showcase.hangman.Vocab extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

vocab

String vocab

hint

String hint

characters

Character[] characters

Package org.apache.struts2.showcase.integration

Class org.apache.struts2.showcase.integration.GangsterForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

name

String name

age

String age

description

String description

bustedBefore

boolean bustedBefore

Package org.apache.struts2.showcase.jsf

Class org.apache.struts2.showcase.jsf.JsfEmployeeAction extends EmployeeAction implements Serializable

serialVersionUID: 1L

Serialized Fields

skillDao

SkillDao skillDao

Package org.apache.struts2.showcase.model

Class org.apache.struts2.showcase.model.Employee extends Object implements Serializable

serialVersionUID: -6226845151026823748L

Serialized Fields

empId

Long empId

firstName

String firstName

lastName

String lastName

birthDate

Date birthDate

salary

Float salary

married

boolean married

position

String position

mainSkill

Skill mainSkill

otherSkills

List<E> otherSkills

password

String password

level

String level

comment

String comment

Class org.apache.struts2.showcase.model.Skill extends Object implements Serializable

serialVersionUID: -4150317722693212439L

Serialized Fields

name

String name

description

String description

Package org.apache.struts2.showcase.modelDriven

Class org.apache.struts2.showcase.modelDriven.Gangster extends Object implements Serializable

serialVersionUID: 3688389475320294992L

Serialized Fields

name

String name

age

int age

description

String description

bustedBefore

boolean bustedBefore

Class org.apache.struts2.showcase.modelDriven.ModelDrivenAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1271130427666936592L


Package org.apache.struts2.showcase.person

Class org.apache.struts2.showcase.person.EditPersonAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 7699491775215130850L

Serialized Fields

personManager

PersonManager personManager

persons

List<E> persons

Class org.apache.struts2.showcase.person.ListPeopleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 3608017189783645371L

Serialized Fields

personManager

PersonManager personManager

people

List<E> people

Class org.apache.struts2.showcase.person.NewPersonAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 200410824352645515L

Serialized Fields

personManager

PersonManager personManager

person

Person person

Package org.apache.struts2.showcase.source

Class org.apache.struts2.showcase.source.ViewSourceAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

page

String page

className

String className

config

String config

pageLines

List<E> pageLines

classLines

List<E> classLines

configLines

List<E> configLines

configLine

int configLine

padding

int padding

servletContext

javax.servlet.ServletContext servletContext

Package org.apache.struts2.showcase.tag.nonui.actionPrefix

Class org.apache.struts2.showcase.tag.nonui.actionPrefix.SubmitAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -7832803019378213087L

Serialized Fields

text

String text

Package org.apache.struts2.showcase.tag.nonui.actiontag

Class org.apache.struts2.showcase.tag.nonui.actiontag.ActionTagDemo extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -2749145880590245184L


Package org.apache.struts2.showcase.tag.nonui.iteratortag

Class org.apache.struts2.showcase.tag.nonui.iteratortag.AppendIteratorTagDemo extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -6525059998526094664L

Serialized Fields

iteratorValue1

String iteratorValue1

iteratorValue2

String iteratorValue2

Class org.apache.struts2.showcase.tag.nonui.iteratortag.IteratorGeneratorTagDemo extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 6893616642389337039L

Serialized Fields

value

String value

count

Integer count

separator

String separator

Class org.apache.struts2.showcase.tag.nonui.iteratortag.MergeIteratorTagDemo extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 4401107963952961695L

Serialized Fields

iteratorValue1

String iteratorValue1

iteratorValue2

String iteratorValue2

Class org.apache.struts2.showcase.tag.nonui.iteratortag.SubsetIteratorTagDemo extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -8151855954644052650L

Serialized Fields

iteratorValue

String iteratorValue

count

Integer count

start

Integer start

Package org.apache.struts2.showcase.token

Class org.apache.struts2.showcase.token.TokenAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 616150375751184884L

Serialized Fields

amount

int amount

Package org.apache.struts2.showcase.validation

Class org.apache.struts2.showcase.validation.AbstractValidationActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable

Class org.apache.struts2.showcase.validation.FieldValidatorsExampleAction extends AbstractValidationActionSupport implements Serializable

serialVersionUID: -4829381083003175423L

Serialized Fields

requiredValidatorField

String requiredValidatorField

requiredStringValidatorField

String requiredStringValidatorField

integerValidatorField

Integer integerValidatorField

dateValidatorField

Date dateValidatorField

emailValidatorField

String emailValidatorField

urlValidatorField

String urlValidatorField

stringLengthValidatorField

String stringLengthValidatorField

regexValidatorField

String regexValidatorField

fieldExpressionValidatorField

String fieldExpressionValidatorField

Class org.apache.struts2.showcase.validation.NonFieldValidatorsExampleAction extends AbstractValidationActionSupport implements Serializable

serialVersionUID: -524460368233581186L

Serialized Fields

someText

String someText

someTextRetype

String someTextRetype

someTextRetypeAgain

String someTextRetypeAgain

Class org.apache.struts2.showcase.validation.QuizAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -7505437345373234225L

Serialized Fields

name

String name

age

int age

answer

String answer

Class org.apache.struts2.showcase.validation.SubmitApplication extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

name

String name

age

Integer age

Class org.apache.struts2.showcase.validation.VisitorValidatorsExampleAction extends AbstractValidationActionSupport implements Serializable

serialVersionUID: 4375454086939598216L

Serialized Fields

user

User user

Package org.apache.struts2.showcase.wait

Class org.apache.struts2.showcase.wait.LongProcessAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 2471910747833998708L

Serialized Fields

time

int time



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.