public abstract class NotificationAction
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
NotificationAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Implements deep-copy clone.
|
java.lang.String |
getClazz() |
abstract void |
invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
Deprecated.
Prefer interactions that are not based on the Portlet API
|
abstract void |
invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform this action on the notification to which it is attached.
|
public final java.lang.String getClazz()
@Deprecated
public abstract void invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.io.IOException
java.io.IOExceptionpublic abstract void invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - Not really, but it's on the method
signature we're overriding.