Serialized Form

Class VocTrainer implements Serializable

Serialized Fields

database

Database database
current database

userAdmin

SimpleUserAdministration userAdmin
user administration

servletParam

ServletParameters servletParam
holds the servlet parameters of the configuration, e.g. the name of the servlet or the real path.

template

HTMLTemplate template
holds the variables and HTML template files.

login

java.lang.String login
the path for the login template.

start

java.lang.String start
the path for the start template.

newuser

java.lang.String newuser
the path for the newuser template.

deleteuser

java.lang.String deleteuser
the path for the deleteuser template.

edituser

java.lang.String edituser
the path for the edit user template.

error

java.lang.String error
the path for the error template.

locale

java.util.Locale locale
the locale that is used to display the templates and messages.

rb

java.util.ResourceBundle rb
the ResourceBundle for this servlet.