public final class HideAction extends NotificationAction
| Modifier and Type | Field and Description |
|---|---|
static 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(Object obj) |
int |
hashCode() |
void |
invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
Invoking a HideAction toggles it.
|
public static final String HIDE_DURATION_HOURS_ATTRIBUTE_NAME
public static final HideAction INSTANCE
public void invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws IOException
invoke in class NotificationActionIOExceptionCopyright © 2016 Jasig. All Rights Reserved.