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 TypeMethodDescriptionintcompareTo(BeanPortletMethod beanPortletMethod) Class<?>intjavax.portlet.PortletModebooleanisEventProcessor(QName qName)
-
Constructor Details
-
BeanPortletMethodWrapper
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<BeanPortletMethod>
-
getActionName
- Specified by:
getActionNamein interfaceBeanPortletMethod
-
getBeanClass
- Specified by:
getBeanClassin interfaceBeanPortletMethod
-
getBeanPortletMethodType
- Specified by:
getBeanPortletMethodTypein interfaceBeanPortletMethod
-
getMethod
- Specified by:
getMethodin interfaceBeanPortletMethod
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinalin interfaceBeanPortletMethod
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()- Specified by:
getPortletModein interfaceBeanPortletMethod
-
getResourceID
- Specified by:
getResourceIDin interfaceBeanPortletMethod
-
getWrapped
-
invoke
- Specified by:
invokein interfaceBeanPortletMethod- Throws:
ReflectiveOperationException
-
isEventProcessor
- Specified by:
isEventProcessorin interfaceBeanPortletMethod
-