is.idega.idegaweb.golf.servlet.filter
Class TourTournamentFilter

java.lang.Object
  extended by com.idega.servlet.filter.BaseFilter
      extended by is.idega.idegaweb.golf.servlet.filter.TourTournamentFilter
All Implemented Interfaces:
com.idega.repository.data.MutableClass, javax.servlet.Filter

public class TourTournamentFilter
extends com.idega.servlet.filter.BaseFilter
implements javax.servlet.Filter


Field Summary
 
Fields inherited from class com.idega.servlet.filter.BaseFilter
BUILDER_APPLICATION_URI, ENC_PARAMS_PARAM, INITIALIZE_CACHED_DOMAIN_ON_NEXT_REQUEST, NEW_IDEGAWEB_LOGIN, NEW_IDEGAWEB_LOGIN_MINUSSLASH, NEW_WORKSPACE_URI, NEW_WORKSPACE_URI_MINUSSLASH, OLD_BUILDER_INDEX_JSP_URI, OLD_BUILDER_PAGE_PARAMETER, OLD_BUILDER_SERVLET_URI, OLD_IDEGAWEB_LOGIN, OLD_IDEGAWEB_LOGIN_WITHSLASH, OLD_OBJECT_INSTANCIATOR, PAGES_URI, PAGES_URI_MINUSSLASH, SETUP_URI
 
Constructor Summary
TourTournamentFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest srequest, javax.servlet.ServletResponse sresponse, javax.servlet.FilterChain chain)
           
protected
<K extends java.io.Serializable,V>
java.util.Map<K,V>
getCache(java.lang.String cacheName, long timeToIdle, long timeToLive, int size, boolean resetable)
           
 void init(javax.servlet.FilterConfig arg0)
           
 
Methods inherited from class com.idega.servlet.filter.BaseFilter
getCachedDomain, getCurrentUser, getDomain, getIWContext, getIWMainApplication, getLoginBusiness, getNewLoginUri, getNewLoginUri, getNewWorkspaceUri, getPagesUri, getSetupUri, getURIMinusContextPath, reInitializeCachedDomainOnNextRequest, removeApplicationContext, setApplicationContext, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourTournamentFilter

public TourTournamentFilter()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

init

public void init(javax.servlet.FilterConfig arg0)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest srequest,
                     javax.servlet.ServletResponse sresponse,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
java.io.IOException
javax.servlet.ServletException

getCache

protected <K extends java.io.Serializable,V> java.util.Map<K,V> getCache(java.lang.String cacheName,
                                                                         long timeToIdle,
                                                                         long timeToLive,
                                                                         int size,
                                                                         boolean resetable)


Copyright © 2000-2014 idega software. All Rights Reserved.