Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
GenericBooleanType |
FaceletTaglibTagAttributeType.getRequired()
Returns the
required element |
Modifier and Type | Method and Description |
---|---|
FaceletTaglibTagAttributeType<T> |
FaceletTaglibTagAttributeType.required(GenericBooleanType required)
Sets the
required element |
Modifier and Type | Method and Description |
---|---|
static GenericBooleanType |
GenericBooleanType.getFromStringValue(String value) |
static GenericBooleanType |
GenericBooleanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericBooleanType[] |
GenericBooleanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GenericBooleanType |
VariableType.getDeclare()
Returns the
declare element |
GenericBooleanType |
TagType.getDynamicAttributes()
Returns the
dynamic-attributes element |
GenericBooleanType |
TldAttributeType.getFragment()
Returns the
fragment element |
GenericBooleanType |
TldAttributeType.getRequired()
Returns the
required element |
GenericBooleanType |
TldAttributeType.getRtexprvalue()
Returns the
rtexprvalue element |
Modifier and Type | Method and Description |
---|---|
VariableType<T> |
VariableType.declare(GenericBooleanType declare)
Sets the
declare element |
TagType<T> |
TagType.dynamicAttributes(GenericBooleanType dynamicAttributes)
Sets the
dynamic-attributes element |
TldAttributeType<T> |
TldAttributeType.fragment(GenericBooleanType fragment)
Sets the
fragment element |
TldAttributeType<T> |
TldAttributeType.required(GenericBooleanType required)
Sets the
required element |
TldAttributeType<T> |
TldAttributeType.rtexprvalue(GenericBooleanType rtexprvalue)
Sets the
rtexprvalue element |
Copyright © 2024 JBoss by Red Hat. All rights reserved.