Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.rest
Class FancyURLFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.rest.FancyURLFilter
All Implemented Interfaces:
Filter

public class FancyURLFilter
extends Object
implements Filter

Filter used to decode URLs and wrap requests to enable encoding. This filter is useful because Nuxeo support pluggable URL patterns

Author:
tiry

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

Constructor Detail

FancyURLFilter

public FancyURLFilter()
Method Detail

init

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

destroy

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

doFilter

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.