org.fcrepo.server.security.servletfilters
Class FilterFinalize

java.lang.Object
  extended by org.fcrepo.server.security.servletfilters.Base
      extended by org.fcrepo.server.security.servletfilters.FilterSetup
          extended by org.fcrepo.server.security.servletfilters.FilterFinalize
All Implemented Interfaces:
javax.servlet.Filter

Deprecated.

@Deprecated
public class FilterFinalize
extends FilterSetup

Author:
Bill Niebel

Field Summary
 
Fields inherited from class org.fcrepo.server.security.servletfilters.FilterSetup
FILTER_NAME, inited, NOT_SET
 
Fields inherited from class org.fcrepo.server.security.servletfilters.Base
initErrors, StringArrayPrototype
 
Constructor Summary
FilterFinalize()
          Deprecated.  
 
Method Summary
 void destroy()
          Deprecated.  
 boolean doThisSubclass(ExtendedHttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
protected  void initThisSubclass(String key, String value)
          Deprecated.  
 
Methods inherited from class org.fcrepo.server.security.servletfilters.FilterSetup
doFilter, getFilterNameAbbrev, init, init, setConfig, wrap
 
Methods inherited from class org.fcrepo.server.security.servletfilters.Base
booleanValue, enter, enterExit, exit, fail, format, format, format, getClassName, pass, passFail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterFinalize

public FilterFinalize()
Deprecated. 
Method Detail

initThisSubclass

protected void initThisSubclass(String key,
                                String value)
Deprecated. 
Overrides:
initThisSubclass in class FilterSetup

doThisSubclass

public boolean doThisSubclass(ExtendedHttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws Throwable
Deprecated. 
Overrides:
doThisSubclass in class FilterSetup
Throws:
Throwable

destroy

public void destroy()
Deprecated. 
Specified by:
destroy in interface javax.servlet.Filter
Overrides:
destroy in class FilterSetup


Copyright © 2012 DuraSpace. All Rights Reserved.