Package org.uberfire.client.mvp
Class PlaceRequestHistoryMapperImpl
- java.lang.Object
-
- org.uberfire.client.mvp.PlaceRequestHistoryMapperImpl
-
- All Implemented Interfaces:
PlaceRequestHistoryMapper
public class PlaceRequestHistoryMapperImpl extends Object implements PlaceRequestHistoryMapper
-
-
Constructor Summary
Constructors Constructor Description PlaceRequestHistoryMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.mvp.PlaceRequestgetPlaceRequest(String fullIdentifier)Returns thePlaceRequestassociated with the given token.
-
-
-
Method Detail
-
getPlaceRequest
public org.uberfire.mvp.PlaceRequest getPlaceRequest(String fullIdentifier)
Description copied from interface:PlaceRequestHistoryMapperReturns thePlaceRequestassociated with the given token.- Specified by:
getPlaceRequestin interfacePlaceRequestHistoryMapper- Parameters:
fullIdentifier- a String token- Returns:
- a
PlaceRequestinstance
-
-