ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20.FunctionType

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

Uses of FunctionType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return FunctionType
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return types with arguments of type FunctionType
 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.