ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20.VariableScopeType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return VariableScopeType
static VariableScopeType VariableScopeType.getFromStringValue(String value)
           
 VariableScopeType VariableType.getScope()
          Returns the scope element
static VariableScopeType VariableScopeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VariableScopeType[] VariableScopeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 with parameters of type VariableScopeType
 VariableType<T> VariableType.scope(VariableScopeType scope)
          Sets the scope element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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