|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FaceletTaglibTagType<T>
This interface defines the contract for the facelet-taglib-tagType
xsd type
Method Summary | |
---|---|
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> |
createAttribute()
Creates a new attribute element |
IconType<FaceletTaglibTagType<T>> |
createIcon()
Creates a new icon element |
FaceletTaglibTagType<T> |
description(String... values)
Creates for all String objects representing description elements,
a new description element |
FaceletTaglibTagType<T> |
displayName(String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
List<FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>>> |
getAllAttribute()
Returns all attribute elements |
List<String> |
getAllDescription()
Returns all description elements |
List<String> |
getAllDisplayName()
Returns all display-name elements |
List<IconType<FaceletTaglibTagType<T>>> |
getAllIcon()
Returns all icon elements |
String |
getHandlerClass()
Returns the handler-class element |
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> |
getOrCreateAttribute()
If not already created, a new attribute element will be created and returned. |
FaceletTaglibTagBehaviorType<FaceletTaglibTagType<T>> |
getOrCreateBehavior()
If not already created, a new behavior element with the given value will be created. |
FaceletTaglibTagComponentType<FaceletTaglibTagType<T>> |
getOrCreateComponent()
If not already created, a new component element with the given value will be created. |
FaceletTaglibTagConverterType<FaceletTaglibTagType<T>> |
getOrCreateConverter()
If not already created, a new converter element with the given value will be created. |
IconType<FaceletTaglibTagType<T>> |
getOrCreateIcon()
If not already created, a new icon element will be created and returned. |
FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> |
getOrCreateValidator()
If not already created, a new validator element with the given value will be created. |
String |
getSource()
Returns the source element |
String |
getTagName()
Returns the tag-name element |
FaceletTaglibTagType<T> |
handlerClass(String handlerClass)
Sets the handler-class element |
Boolean |
isTagExtension()
Removes the tag-extension element |
FaceletTaglibTagType<T> |
removeAllAttribute()
Removes all attribute elements |
FaceletTaglibTagType<T> |
removeAllDescription()
Removes the description element |
FaceletTaglibTagType<T> |
removeAllDisplayName()
Removes the display-name element |
FaceletTaglibTagType<T> |
removeAllIcon()
Removes all icon elements |
FaceletTaglibTagType<T> |
removeBehavior()
Removes the behavior element |
FaceletTaglibTagType<T> |
removeComponent()
Removes the component element |
FaceletTaglibTagType<T> |
removeConverter()
Removes the converter element |
FaceletTaglibTagType<T> |
removeHandlerClass()
Removes the handler-class element |
FaceletTaglibTagType<T> |
removeSource()
Removes the source element |
FaceletTaglibTagType<T> |
removeTagExtension()
Removes the tag-extension element |
FaceletTaglibTagType<T> |
removeTagName()
Removes the tag-name element |
FaceletTaglibTagType<T> |
removeValidator()
Removes the validator element |
FaceletTaglibTagType<T> |
source(String source)
Sets the source element |
FaceletTaglibTagType<T> |
tagExtension()
Sets the tag-extension element |
FaceletTaglibTagType<T> |
tagName(String tagName)
Sets the tag-name element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
FaceletTaglibTagType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
FaceletTaglibTagType
List<String> getAllDescription()
description
elements
description
FaceletTaglibTagType<T> removeAllDescription()
description
element
FaceletTaglibTagType
FaceletTaglibTagType<T> displayName(String... values)
display-name
elements,
a new display-name
element
values
- list of display-name
objects
FaceletTaglibTagType
List<String> getAllDisplayName()
display-name
elements
display-name
FaceletTaglibTagType<T> removeAllDisplayName()
display-name
element
FaceletTaglibTagType
IconType<FaceletTaglibTagType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.
icon
IconType<FaceletTaglibTagType<T>> createIcon()
icon
element
IconType>
List<IconType<FaceletTaglibTagType<T>>> getAllIcon()
icon
elements
icon
FaceletTaglibTagType<T> removeAllIcon()
icon
elements
IconType>
FaceletTaglibTagType<T> tagName(String tagName)
tag-name
element
tagName
- the value for the element tag-name
FaceletTaglibTagType
String getTagName()
tag-name
element
tag-name
FaceletTaglibTagType<T> removeTagName()
tag-name
element
FaceletTaglibTagType
FaceletTaglibTagType<T> handlerClass(String handlerClass)
handler-class
element
handlerClass
- the value for the element handler-class
FaceletTaglibTagType
String getHandlerClass()
handler-class
element
handler-class
FaceletTaglibTagType<T> removeHandlerClass()
handler-class
element
FaceletTaglibTagType
FaceletTaglibTagBehaviorType<FaceletTaglibTagType<T>> getOrCreateBehavior()
behavior
element with the given value will be created.
Otherwise, the existing behavior
element will be returned.
FaceletTaglibTagBehaviorType>
FaceletTaglibTagType<T> removeBehavior()
behavior
element
FaceletTaglibTagType
FaceletTaglibTagComponentType<FaceletTaglibTagType<T>> getOrCreateComponent()
component
element with the given value will be created.
Otherwise, the existing component
element will be returned.
FaceletTaglibTagComponentType>
FaceletTaglibTagType<T> removeComponent()
component
element
FaceletTaglibTagType
FaceletTaglibTagConverterType<FaceletTaglibTagType<T>> getOrCreateConverter()
converter
element with the given value will be created.
Otherwise, the existing converter
element will be returned.
FaceletTaglibTagConverterType>
FaceletTaglibTagType<T> removeConverter()
converter
element
FaceletTaglibTagType
FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> getOrCreateValidator()
validator
element with the given value will be created.
Otherwise, the existing validator
element will be returned.
FaceletTaglibTagValidatorType>
FaceletTaglibTagType<T> removeValidator()
validator
element
FaceletTaglibTagType
FaceletTaglibTagType<T> source(String source)
source
element
source
- the value for the element source
FaceletTaglibTagType
String getSource()
source
element
source
FaceletTaglibTagType<T> removeSource()
source
element
FaceletTaglibTagType
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> getOrCreateAttribute()
attribute
element will be created and returned.
Otherwise, the first existing attribute
element will be returned.
attribute
FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> createAttribute()
attribute
element
FaceletTaglibTagAttributeType>
List<FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>>> getAllAttribute()
attribute
elements
attribute
FaceletTaglibTagType<T> removeAllAttribute()
attribute
elements
FaceletTaglibTagAttributeType>
FaceletTaglibTagType<T> tagExtension()
tag-extension
element
FaceletTaglibTagType
Boolean isTagExtension()
tag-extension
element
FaceletTaglibTagType
FaceletTaglibTagType<T> removeTagExtension()
tag-extension
element
FaceletTaglibTagType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |