org.richfaces.skin
Class ThemeImpl

java.lang.Object
  extended by org.richfaces.skin.ThemeImpl
All Implemented Interfaces:
org.richfaces.skin.Theme

public class ThemeImpl
extends Object
implements org.richfaces.skin.Theme

Author:
asmirnov

Constructor Summary
ThemeImpl(Properties themeProperties)
           
 
Method Summary
 Object getProperty(String name)
           
 String getRendererType()
           
 String getScript()
           
 String getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeImpl

public ThemeImpl(Properties themeProperties)
Parameters:
themeProperties -
Method Detail

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface org.richfaces.skin.Theme

getRendererType

public String getRendererType()
Specified by:
getRendererType in interface org.richfaces.skin.Theme

getScript

public String getScript()
Specified by:
getScript in interface org.richfaces.skin.Theme

getStyle

public String getStyle()
Specified by:
getStyle in interface org.richfaces.skin.Theme


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.