org.icefaces.ace.meta.annotation
Enum TagHandlerType
java.lang.Object
java.lang.Enum<TagHandlerType>
org.icefaces.ace.meta.annotation.TagHandlerType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TagHandlerType>
public enum TagHandlerType
- extends java.lang.Enum<TagHandlerType>
Method Summary |
static TagHandlerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TagHandlerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ATTRIBUTE_HANDLER
public static final TagHandlerType ATTRIBUTE_HANDLER
BEHAVIOR_HANDLER
public static final TagHandlerType BEHAVIOR_HANDLER
COMPONENT_HANDLER
public static final TagHandlerType COMPONENT_HANDLER
COMPOSITE_FACELET_HANDLER
public static final TagHandlerType COMPOSITE_FACELET_HANDLER
CONVERTER_HANDLER
public static final TagHandlerType CONVERTER_HANDLER
DELEGATING_META_TAG_HANDLER
public static final TagHandlerType DELEGATING_META_TAG_HANDLER
FACELET_HANDLER
public static final TagHandlerType FACELET_HANDLER
FACELETS_ATTACHED_OBJECT_HANDLER
public static final TagHandlerType FACELETS_ATTACHED_OBJECT_HANDLER
FACET_HANDLER
public static final TagHandlerType FACET_HANDLER
META_TAG_HANDLER
public static final TagHandlerType META_TAG_HANDLER
TAG_HANDLER
public static final TagHandlerType TAG_HANDLER
TEXT_HANDLER
public static final TagHandlerType TEXT_HANDLER
VALIDATOR_HANDLER
public static final TagHandlerType VALIDATOR_HANDLER
UNSET
public static final TagHandlerType UNSET
DEFAULT
public static final TagHandlerType DEFAULT
values
public static final TagHandlerType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(TagHandlerType c : TagHandlerType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static TagHandlerType valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.