Uses of Class
org.apache.shale.tiger.managed.Scope

Packages that use Scope
org.apache.shale.tiger.managed This package contains Java SE 5 annotations that support declaring JavaServer Faces managed beans through annotations in the class source code, rather than requiring <managed-bean> declarations in a faces-config.xml configuration resource. 
 

Uses of Scope in org.apache.shale.tiger.managed
 

Methods in org.apache.shale.tiger.managed that return Scope
static Scope Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.