Uses of Class
edu.uoc.pfc.j2ee.jalonsod.mtp.config.Model

Packages that use Model
edu.uoc.pfc.j2ee.jalonsod.mtp.config   
edu.uoc.pfc.j2ee.jalonsod.mtp.request   
 

Uses of Model in edu.uoc.pfc.j2ee.jalonsod.mtp.config
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config declared as Model
private  Model Configurator.defaultModel
          Framework redirects to this model when cannot map to any model.
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type parameters of type Model
private  java.util.Hashtable<java.lang.String,Model> Configurator.models
          Models implemented by application.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return Model
 Model Configurator.getDefaultModel()
           
 Model Configurator.getModelByKey(java.lang.String key)
           
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return types with arguments of type Model
 java.util.Hashtable<java.lang.String,Model> Configurator.getModels()
           
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config with parameters of type Model
 void Configurator.setDefaultModel(Model defaultModel)
           
 

Method parameters in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type arguments of type Model
 void Configurator.setModels(java.util.Hashtable<java.lang.String,Model> models)
           
 

Uses of Model in edu.uoc.pfc.j2ee.jalonsod.mtp.request
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.request declared as Model
private  Model HttpRequestData.model
          The model configuraction selected for the request.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request that return Model
 Model RequestData.getModel()
          Gets the model configuration object selected for the request, or null if the request has no model.
 Model HttpRequestData.getModel()
           
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request with parameters of type Model
 void RequestDataPrivate.setModel(Model model)
          Sets the model configuration object for the request.
 void HttpRequestData.setModel(Model model)