Uses of Class
org.apache.myfaces.tobago.context.Capability
-
Packages that use Capability Package Description org.apache.myfaces.tobago.context -
-
Uses of Capability in org.apache.myfaces.tobago.context
Methods in org.apache.myfaces.tobago.context that return Capability Modifier and Type Method Description static Capability
Capability. valueOf(String name)
Returns the enum constant of this type with the specified name.static Capability[]
Capability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.tobago.context with parameters of type Capability Modifier and Type Method Description boolean
UserAgent. hasCapability(Capability capability)
-