Interface BeanPortletMethod
- All Superinterfaces:
Comparable<BeanPortletMethod>
- All Known Implementing Classes:
BaseBeanPortletMethod
,BeanPortletMethodWrapper
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
int
javax.portlet.PortletMode
boolean
isEventProcessor
(QName qName) Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getActionName
String getActionName() -
getBeanClass
Class<?> getBeanClass() -
getBeanPortletMethodType
BeanPortletMethodType getBeanPortletMethodType() -
getMethod
Method getMethod() -
getOrdinal
int getOrdinal() -
getPortletMode
javax.portlet.PortletMode getPortletMode() -
getResourceID
String getResourceID() -
invoke
- Throws:
ReflectiveOperationException
-
isEventProcessor
-