public class UIThemesPlugin
extends hudson.Plugin
| Modifier and Type | Class and Description |
|---|---|
protected class |
UIThemesPlugin.StylesFilter |
| Modifier and Type | Field and Description |
|---|---|
protected UIThemesPlugin.StylesFilter |
filter |
| Constructor and Description |
|---|
UIThemesPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
assembleCoreStyles() |
void |
assemblePluginStyles(hudson.PluginManager pluginManager) |
URL |
getPluginLESSResourceURL(hudson.PluginWrapper plugin,
String resPath) |
URL |
getPluginLESSStyleResourceURL(hudson.PluginWrapper plugin) |
hudson.PluginManager |
getPluginManager() |
Properties |
getThemeVariables() |
void |
postInitialize() |
protected void |
registerStylesFilter(UIThemesPlugin.StylesFilter filter) |
protected void |
writeCSSResponse(byte[] cssBytes,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected UIThemesPlugin.StylesFilter filter
public void postInitialize()
throws Exception
postInitialize in class hudson.PluginExceptionpublic void assembleCoreStyles()
public void assemblePluginStyles(hudson.PluginManager pluginManager)
public Properties getThemeVariables()
protected void registerStylesFilter(UIThemesPlugin.StylesFilter filter) throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic hudson.PluginManager getPluginManager()
protected void writeCSSResponse(byte[] cssBytes,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws IOException
IOExceptionpublic URL getPluginLESSStyleResourceURL(hudson.PluginWrapper plugin) throws MalformedURLException
MalformedURLExceptionpublic URL getPluginLESSResourceURL(hudson.PluginWrapper plugin, String resPath) throws MalformedURLException
MalformedURLExceptionCopyright © 2004-2014. All Rights Reserved.