Uses of Class
org.apache.myfaces.tobago.example.test.ResourceType
-
Packages that use ResourceType Package Description org.apache.myfaces.tobago.example.test -
-
Uses of ResourceType in org.apache.myfaces.tobago.example.test
Methods in org.apache.myfaces.tobago.example.test that return ResourceType Modifier and Type Method Description ResourceTypeResourceEntry. getType()static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.tobago.example.test with parameters of type ResourceType Modifier and Type Method Description voidResourceEntry. setType(ResourceType type)Constructors in org.apache.myfaces.tobago.example.test with parameters of type ResourceType Constructor Description ResourceEntry(String name, String key, ResourceType type, String comment)ResourceEntry(String name, ResourceType type, String comment)
-