Enum Element

    • Enum Constant Detail

      • portlet_app

        public static final Element portlet_app
      • portlet

        public static final Element portlet
      • description

        public static final Element description
      • portlet_name

        public static final Element portlet_name
      • display_name

        public static final Element display_name
      • portlet_class

        public static final Element portlet_class
      • init_param

        public static final Element init_param
      • name

        public static final Element name
      • value

        public static final Element value
      • expiration_cache

        public static final Element expiration_cache
      • cache_scope

        public static final Element cache_scope
      • supports

        public static final Element supports
      • mime_type

        public static final Element mime_type
      • portlet_mode

        public static final Element portlet_mode
      • window_state

        public static final Element window_state
      • supported_locale

        public static final Element supported_locale
      • resource_bundle

        public static final Element resource_bundle
      • portlet_info

        public static final Element portlet_info
      • title

        public static final Element title
      • short_title

        public static final Element short_title
      • keywords

        public static final Element keywords
      • portlet_preferences

        public static final Element portlet_preferences
      • preference

        public static final Element preference
      • read_only

        public static final Element read_only
      • preferences_validator

        public static final Element preferences_validator
      • security_role_ref

        public static final Element security_role_ref
      • role_name

        public static final Element role_name
      • role_link

        public static final Element role_link
      • supported_processing_event

        public static final Element supported_processing_event
      • qname

        public static final Element qname
      • supported_publishing_event

        public static final Element supported_publishing_event
      • supported_public_render_parameter

        public static final Element supported_public_render_parameter
      • container_runtime_option

        public static final Element container_runtime_option
      • custom_portlet_mode

        public static final Element custom_portlet_mode
      • portal_managed

        public static final Element portal_managed
      • custom_window_state

        public static final Element custom_window_state
      • user_attribute

        public static final Element user_attribute
      • security_constraint

        public static final Element security_constraint
      • portlet_collection

        public static final Element portlet_collection
      • user_data_constraint

        public static final Element user_data_constraint
      • transport_guarantee

        public static final Element transport_guarantee
      • filter

        public static final Element filter
      • filter_name

        public static final Element filter_name
      • filter_class

        public static final Element filter_class
      • lifecycle

        public static final Element lifecycle
      • filter_mapping

        public static final Element filter_mapping
      • default_namespace

        public static final Element default_namespace
      • event_definition

        public static final Element event_definition
      • alias

        public static final Element alias
      • value_type

        public static final Element value_type
      • public_render_parameter

        public static final Element public_render_parameter
      • listener

        public static final Element listener
      • listener_class

        public static final Element listener_class
      • identifier

        public static final Element identifier
    • Method Detail

      • values

        public static Element[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Element c : Element.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Element valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null