Class MethodOverrideFilter
- java.lang.Object
-
- org.apache.abdera.protocol.server.filters.MethodOverrideFilter
-
- All Implemented Interfaces:
Filter
@Deprecated public class MethodOverrideFilter extends Object implements Filter
Deprecated.Legacy AEM 6.x API.Abdera Filter implementation that supports the use of the X-HTTP-Method-Override header used by GData.
-
-
Constructor Summary
Constructors Constructor Description MethodOverrideFilter()Deprecated.MethodOverrideFilter(String... methods)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseContextfilter(RequestContext request, FilterChain chain)Deprecated.Process the filter request.String[]getMethods()Deprecated.voidsetMethods(String... methods)Deprecated.
-
-
-
Constructor Detail
-
MethodOverrideFilter
public MethodOverrideFilter()
Deprecated.
-
MethodOverrideFilter
public MethodOverrideFilter(String... methods)
Deprecated.
-
-
Method Detail
-
getMethods
public String[] getMethods()
Deprecated.
-
setMethods
public void setMethods(String... methods)
Deprecated.
-
filter
public ResponseContext filter(RequestContext request, FilterChain chain)
Deprecated.Description copied from interface:FilterProcess the filter request. The filter must call chain.next(request) to pass the request on to the next filter or the provider.
-
-