wt.templateutil.components
Class HtmlUIStyleService

java.lang.Object
  extended bywt.templateutil.components.HtmlUIStyleService

public class HtmlUIStyleService
extends Object


Field Summary
private static String CODEBASE
           
static String DEFAULT_HTML_UI_SETTING_NAME
           
private  String styleName
           
private static WTProperties uiProperties
           
private static boolean VERBOSE
           
 
Constructor Summary
HtmlUIStyleService()
           
 
Method Summary
 void getPropertyValue(Hashtable settings, String tag, String settingName)
           
 void getSetting(Hashtable settings, String tag, String settingName)
           
 void getSetting(Hashtable settings, String tag, String[] settingNames)
           
 void getSetting(Hashtable settings, String tag, String[] settingNames, String newStyleName)
           
 void getSetting(Hashtable settings, String tag, String settingName, String newStyleName)
           
 void getSetting(Hashtable settings, String tag, Vector settingNames)
           
 void getSetting(Hashtable settings, String tag, Vector settingNames, String newStyleName)
           
 String getStyleName()
           
 void setStyleName(String newStyleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HTML_UI_SETTING_NAME

public static final String DEFAULT_HTML_UI_SETTING_NAME
See Also:
Constant Field Values

uiProperties

private static WTProperties uiProperties

VERBOSE

private static boolean VERBOSE

CODEBASE

private static String CODEBASE

styleName

private String styleName
Constructor Detail

HtmlUIStyleService

public HtmlUIStyleService()
Method Detail

getStyleName

public String getStyleName()

setStyleName

public void setStyleName(String newStyleName)

getSetting

public void getSetting(Hashtable settings,
                       String tag,
                       Vector settingNames)

getSetting

public void getSetting(Hashtable settings,
                       String tag,
                       String[] settingNames)

getSetting

public void getSetting(Hashtable settings,
                       String tag,
                       String settingName)

getSetting

public void getSetting(Hashtable settings,
                       String tag,
                       Vector settingNames,
                       String newStyleName)

getSetting

public void getSetting(Hashtable settings,
                       String tag,
                       String[] settingNames,
                       String newStyleName)

getSetting

public void getSetting(Hashtable settings,
                       String tag,
                       String settingName,
                       String newStyleName)

getPropertyValue

public void getPropertyValue(Hashtable settings,
                             String tag,
                             String settingName)