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 |
---|---|
FunctionType<TldTaglibType<T>> |
TldTaglibType.createFunction()
Creates a new
function element |
FunctionType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.createFunction()
Creates a new
function element |
FunctionType<T> |
FunctionType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FunctionType<T> |
FunctionType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FunctionType<T> |
FunctionType.example(String example)
Sets the
example element |
FunctionType<T> |
FunctionType.functionClass(String functionClass)
Sets the
function-class element |
FunctionType<T> |
FunctionType.functionSignature(String functionSignature)
Sets the
function-signature element |
FunctionType<TldTaglibType<T>> |
TldTaglibType.getOrCreateFunction()
If not already created, a new
function element will be created and returned. |
FunctionType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateFunction()
If not already created, a new
function element will be created and returned. |
FunctionType<T> |
FunctionType.name(String name)
Sets the
name element |
FunctionType<T> |
FunctionType.removeAllDescription()
Removes the
description element |
FunctionType<T> |
FunctionType.removeAllDisplayName()
Removes the
display-name element |
FunctionType<T> |
FunctionType.removeAllFunctionExtension()
Removes all
function-extension elements |
FunctionType<T> |
FunctionType.removeAllIcon()
Removes all
icon elements |
FunctionType<T> |
FunctionType.removeExample()
Removes the
example element |
FunctionType<T> |
FunctionType.removeFunctionClass()
Removes the
function-class element |
FunctionType<T> |
FunctionType.removeFunctionSignature()
Removes the
function-signature element |
FunctionType<T> |
FunctionType.removeName()
Removes the
name element |
Modifier and Type | Method and Description |
---|---|
TldExtensionType<FunctionType<T>> |
FunctionType.createFunctionExtension()
Creates a new
function-extension element |
IconType<FunctionType<T>> |
FunctionType.createIcon()
Creates a new
icon element |
List<FunctionType<TldTaglibType<T>>> |
TldTaglibType.getAllFunction()
Returns all
function elements |
List<FunctionType<WebJsptaglibraryDescriptor>> |
WebJsptaglibraryDescriptor.getAllFunction()
Returns all
function elements |
List<TldExtensionType<FunctionType<T>>> |
FunctionType.getAllFunctionExtension()
Returns all
function-extension elements |
List<IconType<FunctionType<T>>> |
FunctionType.getAllIcon()
Returns all
icon elements |
TldExtensionType<FunctionType<T>> |
FunctionType.getOrCreateFunctionExtension()
If not already created, a new
function-extension element will be created and returned. |
IconType<FunctionType<T>> |
FunctionType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.