public interface INotificationServiceFilter extends java.lang.Comparable<INotificationServiceFilter>
| Modifier and Type | Method and Description |
|---|---|
org.jasig.portlet.notice.NotificationResponse |
doFilter(javax.servlet.http.HttpServletRequest request,
INotificationServiceFilterChain chain) |
int |
getOrder()
Sorting is based on this property, using natural order.
|
int getOrder()
org.jasig.portlet.notice.NotificationResponse doFilter(javax.servlet.http.HttpServletRequest request,
INotificationServiceFilterChain chain)