Package org.refcodes.mixin
Interface RequestAccessor.RequestMutator<REQ>
-
- Type Parameters:
REQ- The type of the request property.
- All Known Subinterfaces:
RequestAccessor.RequestProperty<REQ>
- Enclosing interface:
- RequestAccessor<REQ>
public static interface RequestAccessor.RequestMutator<REQ>Extends theRequestAccessorwith a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRequest(REQ aRequest)Sets the request for the request property.
-
-
-
Method Detail
-
setRequest
void setRequest(REQ aRequest)
Sets the request for the request property.- Parameters:
aRequest- The request to be stored by the request property.
-
-