Uses of Package
shared

Packages that use shared
ch4.enhanced   
ch5.persistentData   
ch6.complexForm   
ch6.complexInit   
ch6.complexPersistent   
ch7.accountLogin   
ch7.catalog   
ch7.catalogAddress   
shared   
 

Classes in shared used by ch4.enhanced
ButtonMethod
          ButtonMethod has two parameters: buttonName and isDefault
HelperBaseCh4
          HelperBase class that is used in Chapter 4.
 

Classes in shared used by ch5.persistentData
HelperBaseCh5
          Helper base class for Chapter 5.
PersistentBase
          A base class for a bean that will be saved to a database.
 

Classes in shared used by ch6.complexForm
HelperBaseCh6
          Helper base for Chapters 6 and 7.
 

Classes in shared used by ch6.complexInit
SetByAttribute
          An attribute that is used to identify properties that will be used in radio, checkbox or select HTML elements.
 

Classes in shared used by ch6.complexPersistent
SetByAttribute
          An attribute that is used to identify properties that will be used in radio, checkbox or select HTML elements.
 

Classes in shared used by ch7.accountLogin
PersistentBase
          A base class for a bean that will be saved to a database.
 

Classes in shared used by ch7.catalog
PersistentBase
          A base class for a bean that will be saved to a database.
 

Classes in shared used by ch7.catalogAddress
HibernateHelper
          Helper methods for accessing Hibernate.
PersistentBase
          A base class for a bean that will be saved to a database.
 

Classes in shared used by shared
AttributeType
          Enumerated type used to specify how HTML form elements are initialised.
HelperBaseCh4
          HelperBase class that is used in Chapter 4.
HelperBaseCh4.SessionData
          Enumeration to describe if the data should be read from the session.
HelperBaseCh5
          Helper base class for Chapter 5.