Uses of Class
org.brijframework.support.enums.Scope
-
Packages that use Scope Package Description org.brijframework.support.bean org.brijframework.support.enums org.brijframework.support.model.logics -
-
Uses of Scope in org.brijframework.support.bean
Methods in org.brijframework.support.bean that return Scope Modifier and Type Method Description Scopescope() -
Uses of Scope in org.brijframework.support.enums
Methods in org.brijframework.support.enums that return Scope Modifier and Type Method Description static ScopeScope. valueFor(String scope)static ScopeScope. valueFor(String scope, Scope singleton)static ScopeScope. 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 are declared.Methods in org.brijframework.support.enums with parameters of type Scope Modifier and Type Method Description booleanScope. equalsIgnoreCase(Scope scope)static ScopeScope. valueFor(String scope, Scope singleton) -
Uses of Scope in org.brijframework.support.model.logics
Methods in org.brijframework.support.model.logics that return Scope Modifier and Type Method Description Scopescope()
-