Uses of Interface
org.sakaiproject.entitybroker.entityprovider.extension.RequestGetter
-
Packages that use RequestGetter Package Description org.sakaiproject.entitybroker.entityprovider.capabilities org.sakaiproject.entitybroker.entityprovider.extension -
-
Uses of RequestGetter in org.sakaiproject.entitybroker.entityprovider.capabilities
Methods in org.sakaiproject.entitybroker.entityprovider.capabilities with parameters of type RequestGetter Modifier and Type Method Description voidRequestAware. setRequestGetter(RequestGetter requestGetter)Allows the entity provider to access the current request if it is available, sets a getter service which will retrieve the current request/response if there is one
NOTE: this will only be the current request at the instant that the methods on the getter service are called -
Uses of RequestGetter in org.sakaiproject.entitybroker.entityprovider.extension
Subinterfaces of RequestGetter in org.sakaiproject.entitybroker.entityprovider.extension Modifier and Type Interface Description interfaceRequestGetterWriteAllows for getting to the request and response objects for the current thread
-