Uses of Class
org.oa4mp.delegation.common.servlet.TransactionState
-
Packages that use TransactionState Package Description org.oa4mp.delegation.common.servlet -
-
Uses of TransactionState in org.oa4mp.delegation.common.servlet
Methods in org.oa4mp.delegation.common.servlet with parameters of type TransactionState Modifier and Type Method Description void
TransactionFilter. postprocess(TransactionState transactionState)
Invoked after the response has been written to theHttpServletResponse
stream.void
TransactionFilter. preprocess(TransactionState transactionState)
Invoked after the transaction state has been determined, but before writing any response
-