|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProcessEvent
Annotation for marking a method for handling a specific event. The GenericPortlet tries to dispatch to methods annotated with the tag @ProcessEvent for any received event.
| Annotation Type Optional Member Summary | |
|---|---|
String |
nameLocal part of the event name. |
String |
qnameEvent QName. |
public abstract String qname
javax.xml.namespace.QName.toString() method).public abstract String name
default-event-namespace element in the portlet deployment descriptor, or if this element is not provided the XML default namespace XMLConstants.NULL_NS_URI is used.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
Copyright © 2010, Oracle. All rights reserved.