Uses of Interface
edu.uoc.pfc.j2ee.jalonsod.mtp.request.RequestDataPrivate

Packages that use RequestDataPrivate
edu.uoc.pfc.j2ee.jalonsod.mtp.helper   
edu.uoc.pfc.j2ee.jalonsod.mtp.request   
 

Uses of RequestDataPrivate in edu.uoc.pfc.j2ee.jalonsod.mtp.helper
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.helper that return RequestDataPrivate
static RequestDataPrivate ContextFactory.getContext(javax.servlet.ServletRequest request)
          Main method for creating requestData context object based on the type of the request object.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.helper with parameters of type RequestDataPrivate
 void ModelRunner.run(RequestDataPrivate requestData)
          Runs the model instance stored in the requestData.
 void AccessControl.securityCheck(RequestDataPrivate requestData)
          Checks access from a session to a model.
 void Validator.setParameterValues(RequestDataPrivate requestData)
          Write the parameters from the request into the application modelInstance.
 void ModelMapperImpl.setRequestModel(RequestDataPrivate requestData)
           
 void ModelMapper.setRequestModel(RequestDataPrivate requestData)
          Sets into the requestData the model metadata object [setModel()] and creates the instance of the application model class [setModelInstance()].
 void ViewMapperImpl.setRequestView(RequestDataPrivate requestData)
           
 void ViewMapper.setRequestView(RequestDataPrivate requestData)
          Sets into the requestData the view object [setView()] and optionally the result object [setResult()].
 void Validator.validateRequest(RequestDataPrivate requestData)
          Loads and validates the request parameters.
 

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

Classes in edu.uoc.pfc.j2ee.jalonsod.mtp.request that implement RequestDataPrivate
 class HttpRequestData
          File: HttpRequestData.java Created: 2012-04-30 HttpRequestData is the HTTP implementation of the RequestDataPrivate.