org.apache.myfaces.tobago.context
Class ThemeResource

java.lang.Object
  extended by org.apache.myfaces.tobago.context.ThemeResource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ThemeScript, ThemeStyle

public class ThemeResource
extends Object
implements Serializable

Since:
1.5.0
See Also:
Serialized Form

Constructor Summary
ThemeResource()
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeResource

public ThemeResource()
Method Detail

getName

public String getName()

setName

public void setName(String name)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.