Class DocumentCartRepositoryCallback
- java.lang.Object
-
- ydocumentcartpackage.servicelayer.web.DocumentCartRepositoryCallback
-
- All Implemented Interfaces:
PolyglotPersistenceCallbackFilter.PolyglotCallback
public class DocumentCartRepositoryCallback extends java.lang.Object implements PolyglotPersistenceCallbackFilter.PolyglotCallback
-
-
Constructor Summary
Constructors Constructor Description DocumentCartRepositoryCallback(CachedDocumentStorage storage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, PolyglotPersistenceCallbackFilter.CallbackCaller nextCaller)
-
-
-
Constructor Detail
-
DocumentCartRepositoryCallback
public DocumentCartRepositoryCallback(CachedDocumentStorage storage)
-
-
Method Detail
-
call
public void call(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, PolyglotPersistenceCallbackFilter.CallbackCaller nextCaller) throws java.io.IOException, javax.servlet.ServletException- Specified by:
callin interfacePolyglotPersistenceCallbackFilter.PolyglotCallback- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
-