Package de.ix.jspTutorial.model

This package contains all models for the Pizza Online Shop Model-View-Controller architecture (see also constants package and controller package).

See:
          Description

Interface Summary
XMLModelInterface Interface to declare the xml functionality of the models
 

Class Summary
Customer Definition of a pizza online shop customer
Ingredient Class to represent an ingredient of a pizza.
IngredientList This class represents the list of pizza ingredients.
Order This class represents a full pizza order including the base pizza, additional ingredients and the delivery address
PersonalPizza This class represents a personalized pizza including the base pizza and some additional ingredients.
Pizza This class to represents a base pizza withou any ingredients.
PizzaAccessor ne Class declaration
PizzaBinder Factory class for generic objects
PizzaList This class represents a list of different pizza.
 

Package de.ix.jspTutorial.model Description

This package contains all models for the Pizza Online Shop Model-View-Controller architecture (see also constants package and controller package).



~ Das iX JSP Tutorial III - © 2000 by Peter Roßbach ~