Class ThemeResource
- java.lang.Object
-
- org.apache.myfaces.tobago.context.ThemeResource
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ThemeScript
,ThemeStyle
public abstract class ThemeResource extends Object implements Serializable
- Since:
- 1.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
int
getPriority()
int
hashCode()
void
setName(String name)
void
setPriority(int priority)
-