Dekoh platform API

dekoh.portal.fwk.share
Class ShareFilter

java.lang.Object
  extended by dekoh.portal.fwk.share.ShareFilter
All Implemented Interfaces:
Filter

public class ShareFilter
extends Object
implements Filter

Since:
15 Nov 2006

Constructor Summary
ShareFilter()
           
 
Method Summary
protected  void createEntityManagerFactory(FilterConfig config)
           
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 DIOEntityManagerFactory getDioEmf(ServletContext servletContext)
           
protected  String getPersistenceUnitName(FilterConfig config)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareFilter

public ShareFilter()
Method Detail

init

public void init(FilterConfig config)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

getDioEmf

public DIOEntityManagerFactory getDioEmf(ServletContext servletContext)

createEntityManagerFactory

protected void createEntityManagerFactory(FilterConfig config)
                                   throws ServletException
Throws:
ServletException

getPersistenceUnitName

protected String getPersistenceUnitName(FilterConfig config)
                                 throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws ServletException,
                     IOException
Specified by:
doFilter in interface Filter
Throws:
ServletException
IOException

destroy

public void destroy()
Specified by:
destroy in interface Filter

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers