public interface CORS
| Modifier and Type | Method and Description |
|---|---|
boolean |
doOptions(HttpServletRequest request,
HttpServletResponse response,
java.lang.String... methods)
This method is called for any resource that has a method defined.
|
boolean |
fixup(HttpServletRequest request,
HttpServletResponse response) |
boolean fixup(HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exceptionboolean doOptions(HttpServletRequest request,
HttpServletResponse response,
java.lang.String... methods)
throws java.lang.Exception
methods - an array of methods for this URLjava.io.IOExceptionjava.lang.ExceptionaQute SARL