org.apache.wink.osgi
Class JaxRsFilter

java.lang.Object
  extended by org.apache.wink.osgi.JaxRsFilter
All Implemented Interfaces:
javax.servlet.Filter

@Service(value=javax.servlet.Filter.class)
@Properties(value=@Property(name="pattern",value=".*"))
public class JaxRsFilter
extends Object
implements javax.servlet.Filter

This Filter handles request URIs for which there is a matching Root Resource Class registered with the Apache Wink RequestProcessor and delegates the others to the chain.


Constructor Summary
JaxRsFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxRsFilter

public JaxRsFilter()
Method Detail

init

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

doFilter

public void doFilter(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
IOException
javax.servlet.ServletException

destroy

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


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.