com.sun.rave.web.ui.theme |
|
Java Source File Name | Type | Comment |
Theme.java | Class | The Theme class is responsible for managing application
resources such as style sheets, JavaScript files and message
files.
Theme resources are delived in the form of Jar files which are
placed in the classpath of the application or of the Servlet
container. |
ThemeConfigurationException.java | Class | Exception describing a problem configuring a specified
Theme . |
ThemeFactory.java | Class | |
ThemeImages.java | Class | This class contains constants for image paths.
TODO: Eventually these need to move to a theme-based
resource file. |
ThemeJavascript.java | Class | This class contains javascript related theme constants.
TODO: Eventually these need to move to a theme-based
resource file. |
ThemeManager.java | Class | The ThemeManager manages the locale specific
versions of each Theme. |
ThemeServlet.java | Class | Use this servlet to retrieve resource file
that control the client-side behaviour and
appearance of a web application that uses the
Sun Web.Components. |
ThemeStyles.java | Class | This class contains constants for style class names.
TODO: Eventually these need to move to a theme-based
resource file. |