Class ThemeScript
- java.lang.Object
-
- org.apache.myfaces.tobago.context.ThemeResource
-
- org.apache.myfaces.tobago.context.ThemeScript
-
- All Implemented Interfaces:
Serializable
public final class ThemeScript extends ThemeResource
- Since:
- 1.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getType()
int
hashCode()
void
setType(String type)
String
toString()
-
Methods inherited from class org.apache.myfaces.tobago.context.ThemeResource
getName, getPriority, setName, setPriority
-
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classThemeResource
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classThemeResource
-
-