ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return VariableType
 VariableType<TagType<T>> TagType.createVariable()
          Creates a new variable element
 VariableType<T> VariableType.declare(GenericBooleanType declare)
          Sets the declare element
 VariableType<T> VariableType.declare(String declare)
          Sets the declare element
 VariableType<T> VariableType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 VariableType<TagType<T>> TagType.getOrCreateVariable()
          If not already created, a new variable element will be created and returned.
 VariableType<T> VariableType.nameFromAttribute(String nameFromAttribute)
          Sets the name-from-attribute element
 VariableType<T> VariableType.nameGiven(String nameGiven)
          Sets the name-given element
 VariableType<T> VariableType.removeAllDescription()
          Removes the description element
 VariableType<T> VariableType.removeDeclare()
          Removes the declare attribute
 VariableType<T> VariableType.removeNameFromAttribute()
          Removes the name-from-attribute element
 VariableType<T> VariableType.removeNameGiven()
          Removes the name-given element
 VariableType<T> VariableType.removeScope()
          Removes the scope attribute
 VariableType<T> VariableType.removeVariableClass()
          Removes the variable-class element
 VariableType<T> VariableType.scope(String scope)
          Sets the scope element
 VariableType<T> VariableType.scope(VariableScopeType scope)
          Sets the scope element
 VariableType<T> VariableType.variableClass(String variableClass)
          Sets the variable-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return types with arguments of type VariableType
 List<VariableType<TagType<T>>> TagType.getAllVariable()
          Returns all variable elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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