Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21.TldDeferredMethodType

Packages that use TldDeferredMethodType
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of TldDeferredMethodType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return TldDeferredMethodType
 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.