]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/HandlesMixedRequest.java
add: revocation state in the result list of support cert search
[gigi.git] / src / club / wpia / gigi / pages / HandlesMixedRequest.java
1 package club.wpia.gigi.pages;
2
3 import javax.servlet.http.HttpServletRequest;
4
5 /**
6  * Marks a {@link Page} as beeing able to handle
7  * {@link HttpServletRequest#getQueryString()} in
8  * {@link HttpServletRequest#getMethod()}<code>== "POST"</code>
9  */
10 public interface HandlesMixedRequest {
11
12 }