public static enum WicketExtendInput.SpecialTag extends Enum<WicketExtendInput.SpecialTag>
Map
#bodyTags
Enum Constant and Description |
---|
BODY
The value is the starting tag itself (excludes actual body and terminating/closing tag)
|
MERGE
Scan for a block; value = block inclusive of tags
|
MERGE_TAGS_ONLY |
Modifier and Type | Method and Description |
---|---|
String |
getRegEx() |
static WicketExtendInput.SpecialTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WicketExtendInput.SpecialTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WicketExtendInput.SpecialTag BODY
public static final WicketExtendInput.SpecialTag MERGE
public static final WicketExtendInput.SpecialTag MERGE_TAGS_ONLY
public static WicketExtendInput.SpecialTag[] values()
for (WicketExtendInput.SpecialTag c : WicketExtendInput.SpecialTag.values()) System.out.println(c);
public static WicketExtendInput.SpecialTag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getRegEx()
Copyright © 2018. All rights reserved.