public abstract class AbstractCrudMethodFilter extends AbstractMethodFilter implements CrudMethodFilter, Serializable
| Constructor and Description |
|---|
AbstractCrudMethodFilter() |
AbstractCrudMethodFilter(HttpMethodFilter httpMethodFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMethodSupported(String methodName) |
boolean |
setMethodSupported(String methodName) |
boolean |
setMethodUnsupported(String methodName) |
String |
toString() |
getMethodSetpublic AbstractCrudMethodFilter()
public AbstractCrudMethodFilter(HttpMethodFilter httpMethodFilter)
public boolean isMethodSupported(String methodName)
isMethodSupported in interface MethodFilterisMethodSupported in class AbstractMethodFilterpublic boolean setMethodSupported(String methodName)
setMethodSupported in class AbstractMethodFilterpublic boolean setMethodUnsupported(String methodName)
setMethodUnsupported in class AbstractMethodFilterpublic String toString()
toString in class AbstractMethodFilterCopyright © 2013. All rights reserved.