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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 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.jsptaglibrary21 with parameters of type VariableScopeType
 VariableType<T> VariableType.scope(VariableScopeType scope)
          Sets the scope element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.