public class HideAction
extends org.jasig.portlet.notice.NotificationAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HIDE_DURATION_HOURS_ATTRIBUTE_NAME |
static HideAction |
INSTANCE
This INSTANCE is only for convenience -- HideAction is not a singleton.
|
| Constructor and Description |
|---|
HideAction()
Must remain public, no-arg for de-serialization.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
Invoking a HideAction toggles it.
|
void |
invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final java.lang.String HIDE_DURATION_HOURS_ATTRIBUTE_NAME
public static final HideAction INSTANCE
public void invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.io.IOException
invoke in class org.jasig.portlet.notice.NotificationActionjava.io.IOExceptionpublic void invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
invoke in class org.jasig.portlet.notice.NotificationActionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object