Interface PaymentGatewayResolver
public interface PaymentGatewayResolver
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisHandlerCompatible(PaymentGatewayType handlerType) Used by Transparent Redirect Solutions that utilize Thymeleaf Processors and Expressions.resolvePaymentGateway(org.springframework.web.context.request.WebRequest request) Resolves aPaymentGatewayTypebased on aWebRequest
-
Method Details
-
isHandlerCompatible
Used by Transparent Redirect Solutions that utilize Thymeleaf Processors and Expressions. This method should determine whether or not an extension handler should run for a particular gateway.- Parameters:
handlerType-- Returns:
-
resolvePaymentGateway
PaymentGatewayType resolvePaymentGateway(org.springframework.web.context.request.WebRequest request) Resolves aPaymentGatewayTypebased on aWebRequest- Parameters:
request-- Returns:
-