Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
BodyContentType |
TagType.getBodyContent()
Returns the
body-content element |
static BodyContentType |
BodyContentType.getFromStringValue(String value) |
static BodyContentType |
BodyContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyContentType[] |
BodyContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagType<T> |
TagType.bodyContent(BodyContentType bodyContent)
Sets the
body-content element |
Copyright © 2023 JBoss by Red Hat. All rights reserved.