Class SpringMvcTransactionTypeSupplier
java.lang.Object
org.hawaiiframework.logging.web.util.SpringMvcTransactionTypeSupplier
- All Implemented Interfaces:
TransactionTypeSupplier
@Order(1000)
public class SpringMvcTransactionTypeSupplier
extends Object
implements TransactionTypeSupplier
Spring MVC implementation of the
TransactionTypeSupplier.- Since:
- 6.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSpringMvcTransactionTypeSupplier(org.springframework.context.ApplicationContext applicationContext) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the transaction type for therequest.
-
Constructor Details
-
SpringMvcTransactionTypeSupplier
public SpringMvcTransactionTypeSupplier(org.springframework.context.ApplicationContext applicationContext) The constructor.- Parameters:
applicationContext- The application context.
-
-
Method Details
-
getTransactionType
Description copied from interface:TransactionTypeSupplierGet the transaction type for therequest.- Specified by:
getTransactionTypein interfaceTransactionTypeSupplier- Parameters:
request- The request.- Returns:
- Optional,
nullif the type is unknown;
-