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