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 |
---|---|
TldDeferredMethodType<TldAttributeType<T>> |
TldAttributeType.getOrCreateDeferredMethod()
If not already created, a new
deferred-method element with the given value will be created. |
TldDeferredMethodType<T> |
TldDeferredMethodType.id(String id)
Sets the
id attribute |
TldDeferredMethodType<T> |
TldDeferredMethodType.methodSignature(String methodSignature)
Sets the
method-signature element |
TldDeferredMethodType<T> |
TldDeferredMethodType.removeId()
Removes the
id attribute |
TldDeferredMethodType<T> |
TldDeferredMethodType.removeMethodSignature()
Removes the
method-signature element |
Copyright © 2017 JBoss by Red Hat. All rights reserved.