javax.portlet
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProcessEvent
GenericPortlet
tries to dispatch to methods annotated
with the tag @ProcessEvent
for any received event.public abstract java.lang.String qname
javax.xml.namespace.QName.toString()
method).public abstract java.lang.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.Copyright © 2014. All Rights Reserved.