@ProviderType public abstract class BaseBeanPortletMethod extends java.lang.Object implements BeanPortletMethod
| Constructor and Description |
|---|
BaseBeanPortletMethod(BeanPortletMethodType beanPortletMethodType,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BeanPortletMethod beanPortletMethod) |
boolean |
equals(java.lang.Object object) |
java.lang.String |
getActionName() |
BeanPortletMethodType |
getBeanPortletMethodType() |
java.lang.reflect.Method |
getMethod() |
int |
getOrdinal() |
javax.portlet.PortletMode |
getPortletMode() |
java.lang.String |
getResourceID() |
int |
hashCode() |
boolean |
isEventProcessor(javax.xml.namespace.QName qName) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBeanClass, invokepublic BaseBeanPortletMethod(BeanPortletMethodType beanPortletMethodType, java.lang.reflect.Method method)
public int compareTo(BeanPortletMethod beanPortletMethod)
compareTo in interface java.lang.Comparable<BeanPortletMethod>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic java.lang.String getActionName()
getActionName in interface BeanPortletMethodpublic BeanPortletMethodType getBeanPortletMethodType()
getBeanPortletMethodType in interface BeanPortletMethodpublic java.lang.reflect.Method getMethod()
getMethod in interface BeanPortletMethodpublic int getOrdinal()
getOrdinal in interface BeanPortletMethodpublic javax.portlet.PortletMode getPortletMode()
getPortletMode in interface BeanPortletMethodpublic java.lang.String getResourceID()
getResourceID in interface BeanPortletMethodpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isEventProcessor(javax.xml.namespace.QName qName)
isEventProcessor in interface BeanPortletMethod