public interface UiCssManager
Modifier and Type | Method and Description |
---|---|
void |
addUiCssInfo(UiCssInfo info)
增加css对象
|
void |
clear() |
void |
createDynamicCss()
动态创建css
|
void |
createDynamicCss(String contextPath,
String servletPath)
动态创建css
|
long |
getCssLimit() |
String |
getCssName() |
List<String> |
getCssPaths()
获取css资源的访问路径
|
String |
getParamterName() |
UiCssInfo |
getUiCssInfo(int no)
获取对应的css对象
|
UiCssInfo |
getUiCssInfo(String path)
获取对应的css对象
|
void |
removeUiCssInfo(int no)
删除css对象
|
void |
removeUiCssInfo(String path)
删除css对象
|
void |
setCssLimit(long cssLimit) |
void |
setCssName(String cssName) |
void |
setParamterName(String paramterName) |
UiCssInfo getUiCssInfo(int no)
no
- void addUiCssInfo(UiCssInfo info)
info
- void removeUiCssInfo(String path)
path
- void removeUiCssInfo(int no)
no
- void clear()
String getParamterName()
void setParamterName(String paramterName)
long getCssLimit()
void setCssLimit(long cssLimit)
String getCssName()
void setCssName(String cssName)
void createDynamicCss(String contextPath, String servletPath) throws IOException
contextPath
- servletPath
- IOException
void createDynamicCss() throws IOException
IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.