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

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

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

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.helper that return RequestData
static RequestData ContextFactory.getRequestData(java.lang.Object request)
          Returns the requestData stored as an attribute.
 

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

Subinterfaces of RequestData in edu.uoc.pfc.j2ee.jalonsod.mtp.request
 interface RequestDataPrivate
          File: RequestDataPrivate.java Created: 2012-05-10 The API of the requestData private to components of MTP framework.
 

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