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 |
---|---|
VariableType<TagType<T>> |
TagType.createVariable()
Creates a new
variable element |
VariableType<T> |
VariableType.declare(GenericBooleanType declare)
Sets the
declare element |
VariableType<T> |
VariableType.declare(String declare)
Sets the
declare element |
VariableType<T> |
VariableType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
VariableType<TagType<T>> |
TagType.getOrCreateVariable()
If not already created, a new
variable element will be created and returned. |
VariableType<T> |
VariableType.nameFromAttribute(String nameFromAttribute)
Sets the
name-from-attribute element |
VariableType<T> |
VariableType.nameGiven(String nameGiven)
Sets the
name-given element |
VariableType<T> |
VariableType.removeAllDescription()
Removes the
description element |
VariableType<T> |
VariableType.removeDeclare()
Removes the
declare attribute |
VariableType<T> |
VariableType.removeNameFromAttribute()
Removes the
name-from-attribute element |
VariableType<T> |
VariableType.removeNameGiven()
Removes the
name-given element |
VariableType<T> |
VariableType.removeScope()
Removes the
scope attribute |
VariableType<T> |
VariableType.removeVariableClass()
Removes the
variable-class element |
VariableType<T> |
VariableType.scope(String scope)
Sets the
scope element |
VariableType<T> |
VariableType.scope(VariableScopeType scope)
Sets the
scope element |
VariableType<T> |
VariableType.variableClass(String variableClass)
Sets the
variable-class element |
Modifier and Type | Method and Description |
---|---|
List<VariableType<TagType<T>>> |
TagType.getAllVariable()
Returns all
variable elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.