Class BeanPortletMethodWrapper
java.lang.Object
com.liferay.bean.portlet.extension.BeanPortletMethodWrapper
- All Implemented Interfaces:
BeanPortletMethod
,Comparable<BeanPortletMethod>
@ProviderType
public abstract class BeanPortletMethodWrapper
extends Object
implements BeanPortletMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(BeanPortletMethod beanPortletMethod) Class<?>
int
javax.portlet.PortletMode
boolean
isEventProcessor
(QName qName)
-
Constructor Details
-
BeanPortletMethodWrapper
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BeanPortletMethod>
-
getActionName
- Specified by:
getActionName
in interfaceBeanPortletMethod
-
getBeanClass
- Specified by:
getBeanClass
in interfaceBeanPortletMethod
-
getBeanPortletMethodType
- Specified by:
getBeanPortletMethodType
in interfaceBeanPortletMethod
-
getMethod
- Specified by:
getMethod
in interfaceBeanPortletMethod
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinal
in interfaceBeanPortletMethod
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()- Specified by:
getPortletMode
in interfaceBeanPortletMethod
-
getResourceID
- Specified by:
getResourceID
in interfaceBeanPortletMethod
-
getWrapped
-
invoke
- Specified by:
invoke
in interfaceBeanPortletMethod
- Throws:
ReflectiveOperationException
-
isEventProcessor
- Specified by:
isEventProcessor
in interfaceBeanPortletMethod
-