public abstract class NotificationAction extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
NotificationAction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Implements deep-copy clone.
|
String |
getClazz() |
String |
getId() |
String |
getLabel() |
protected NotificationEntry |
getTarget() |
abstract void |
invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
Perform this action on the notification to which it is attached.
|
void |
setId(String id)
Identifies the action, from among the available set of actions, when the
user invokes it.
|
void |
setLabel(String label) |
public final String getClazz()
public final String getId()
public final void setId(String id)
public final String getLabel()
public final void setLabel(String label)
public abstract void invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws IOException
IOExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - Not really, but it's on the method
signature we're overriding.protected final NotificationEntry getTarget()
Copyright © 2015 Jasig. All Rights Reserved.