Enum Class BeanPortletMethodType

java.lang.Object
java.lang.Enum<BeanPortletMethodType>
com.liferay.bean.portlet.extension.BeanPortletMethodType
All Implemented Interfaces:
Serializable, Comparable<BeanPortletMethodType>, Constable

public enum BeanPortletMethodType extends Enum<BeanPortletMethodType>
  • Enum Constant Details

  • Method Details

    • values

      public static BeanPortletMethodType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BeanPortletMethodType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCharacterEncoding

      public String getCharacterEncoding(Method method)
    • getContentType

      public String getContentType(Method method)
    • getInclude

      public String getInclude(Method method)
    • getOrdinal

      public int getOrdinal(Method method)
    • getPortletMode

      public javax.portlet.PortletMode getPortletMode(Method method)
    • getPortletNames

      public String[] getPortletNames(Method method)
    • isMatch

      public boolean isMatch(Method method)