Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TldAttributeType<TagType<T>> |
TagType.createAttribute()
Creates a new
attribute element |
TldAttributeType<T> |
TldAttributeType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
TldAttributeType<T> |
TldAttributeType.fragment(GenericBooleanType fragment)
Sets the
fragment element |
TldAttributeType<T> |
TldAttributeType.fragment(String fragment)
Sets the
fragment element |
TldAttributeType<TagType<T>> |
TagType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
TldAttributeType<T> |
TldAttributeType.id(String id)
Sets the
id attribute |
TldAttributeType<T> |
TldAttributeType.name(String name)
Sets the
name element |
TldAttributeType<T> |
TldAttributeType.removeAllDescription()
Removes the
description element |
TldAttributeType<T> |
TldAttributeType.removeDeferredMethod()
Removes the
deferred-method element |
TldAttributeType<T> |
TldAttributeType.removeDeferredValue()
Removes the
deferred-value element |
TldAttributeType<T> |
TldAttributeType.removeFragment()
Removes the
fragment attribute |
TldAttributeType<T> |
TldAttributeType.removeId()
Removes the
id attribute |
TldAttributeType<T> |
TldAttributeType.removeName()
Removes the
name element |
TldAttributeType<T> |
TldAttributeType.removeRequired()
Removes the
required attribute |
TldAttributeType<T> |
TldAttributeType.removeRtexprvalue()
Removes the
rtexprvalue attribute |
TldAttributeType<T> |
TldAttributeType.removeType()
Removes the
type element |
TldAttributeType<T> |
TldAttributeType.required(GenericBooleanType required)
Sets the
required element |
TldAttributeType<T> |
TldAttributeType.required(String required)
Sets the
required element |
TldAttributeType<T> |
TldAttributeType.rtexprvalue(GenericBooleanType rtexprvalue)
Sets the
rtexprvalue element |
TldAttributeType<T> |
TldAttributeType.rtexprvalue(String rtexprvalue)
Sets the
rtexprvalue element |
TldAttributeType<T> |
TldAttributeType.type(String type)
Sets the
type element |
Modifier and Type | Method and Description |
---|---|
List<TldAttributeType<TagType<T>>> |
TagType.getAllAttribute()
Returns all
attribute elements |
TldDeferredMethodType<TldAttributeType<T>> |
TldAttributeType.getOrCreateDeferredMethod()
If not already created, a new
deferred-method element with the given value will be created. |
TldDeferredValueType<TldAttributeType<T>> |
TldAttributeType.getOrCreateDeferredValue()
If not already created, a new
deferred-value element with the given value will be created. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.