Uses of Class
net.sourceforge.pebble.web.model.Model

Packages that use Model
net.sourceforge.pebble.web.action   
net.sourceforge.pebble.web.view   
 

Uses of Model in net.sourceforge.pebble.web.action
 

Methods in net.sourceforge.pebble.web.action that return Model
 Model Action.getModel()
          Gets the model.
 

Methods in net.sourceforge.pebble.web.action with parameters of type Model
 void Action.setModel(Model model)
          Sets the model.
 

Uses of Model in net.sourceforge.pebble.web.view
 

Methods in net.sourceforge.pebble.web.view that return Model
 Model View.getModel()
          Gets the model.
 

Methods in net.sourceforge.pebble.web.view with parameters of type Model
 void View.setModel(Model model)
          Sets the model.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.