com.worklight.adapters.rest.api

Interface WLFilter


  • Deprecated. 
    Deprecated since V8.0. Use the Jax-RS 2.0 Filter interface instead.

    @Deprecated
    public interface WLFilter
    A filter (almost similar to Filter) interface that can be used to filter requests to Java adapters Annotate with WLFilterMappings to define URL mappings and priority
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
      Deprecated. 
       
    • Method Detail

      • doFilter

        void doFilter(HttpServletRequest request,
                    HttpServletResponse response,
                    FilterChain chain)
                      throws java.io.IOException,
                             ServletException
        Deprecated. 
        Throws:
        java.io.IOException
        ServletException


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.