public class CrowdXWorkTransactionInterceptor extends XWorkTransactionInterceptor
| Constructor and Description |
|---|
CrowdXWorkTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.transaction.PlatformTransactionManager |
getTransactionManager()
Template method for retrieving the transaction manager for the current application.
|
protected boolean |
shouldIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
Determine if a certain action should be wrapped in a transaction.
|
destroy, init, interceptpublic org.springframework.transaction.PlatformTransactionManager getTransactionManager()
XWorkTransactionInterceptorgetTransactionManager in class XWorkTransactionInterceptorprotected boolean shouldIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
XWorkTransactionInterceptorshouldIntercept in class XWorkTransactionInterceptoractionInvocation - the action being invokedCopyright © 2021 Atlassian. All rights reserved.