Guest User

Untitled

a guest
Jan 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class ComponentParentContextContextLoaderListener extends ContextLoaderListener {
  2.  
  3. @Override
  4. protected ApplicationContext loadParentContext(ServletContext servletContext) {
  5. // load parent context .e.g from class path / static member
  6. return ac;
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment